17 references to WithinContent
System.Data.SqlXml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
76
this.xstate = XmlState.
WithinContent
;
386
this.xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.
WithinContent
;
393
Debug.Assert(this.xstate == XmlState.EnumAttrs || this.xstate == XmlState.
WithinContent
, "EndTree cannot be called in the " + this.xstate + " state.");
408
Debug.Assert(this.xstate == XmlState.
WithinContent
, "WriteStartElement cannot be called in the " + this.xstate + " state.");
436
this.xstate = XmlState.
WithinContent
;
443
Debug.Assert(this.xstate == XmlState.EnumAttrs || this.xstate == XmlState.
WithinContent
, "WriteEndElement cannot be called in the " + this.xstate + " state.");
445
this.xstate = XmlState.
WithinContent
;
740
this.xstate = XmlState.
WithinContent
;
780
this.xstate = XmlState.
WithinContent
;
896
goto case XmlState.
WithinContent
;
898
case XmlState.
WithinContent
:
908
goto case XmlState.
WithinContent
;
1093
Debug.Assert(this.xstate == XmlState.
WithinContent
, "EndCopy cannot be called in the " + this.xstate + " state.");
1145
this.xstate = XmlState.
WithinContent
;
1148
case XmlState.
WithinContent
:
1209
case XmlState.
WithinContent
: return XPathNodeType.Element;
1437
if (this.xstate == XmlState.
WithinContent
)