17 references to WithinContent
System.Private.Xml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
76
_xstate = XmlState.
WithinContent
;
421
_xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.
WithinContent
;
429
Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.
WithinContent
, $"EndTree cannot be called in the {_xstate} state.");
445
Debug.Assert(_xstate == XmlState.
WithinContent
, $"WriteStartElement cannot be called in the {_xstate} state.");
475
_xstate = XmlState.
WithinContent
;
483
Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.
WithinContent
, $"WriteEndElement cannot be called in the {_xstate} state.");
485
_xstate = XmlState.
WithinContent
;
813
_xstate = XmlState.
WithinContent
;
856
_xstate = XmlState.
WithinContent
;
987
goto case XmlState.
WithinContent
;
989
case XmlState.
WithinContent
:
999
goto case XmlState.
WithinContent
;
1205
Debug.Assert(_xstate == XmlState.
WithinContent
, $"EndCopy cannot be called in the {_xstate} state.");
1263
_xstate = XmlState.
WithinContent
;
1266
case XmlState.
WithinContent
:
1333
case XmlState.
WithinContent
: return XPathNodeType.Element;
1579
if (_xstate == XmlState.
WithinContent
)