17 references to WithinContent
System.Private.Xml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
76
_xstate = XmlState.
WithinContent
;
422
_xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.
WithinContent
;
430
Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.
WithinContent
, $"EndTree cannot be called in the {_xstate} state.");
446
Debug.Assert(_xstate == XmlState.
WithinContent
, $"WriteStartElement cannot be called in the {_xstate} state.");
476
_xstate = XmlState.
WithinContent
;
484
Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.
WithinContent
, $"WriteEndElement cannot be called in the {_xstate} state.");
486
_xstate = XmlState.
WithinContent
;
814
_xstate = XmlState.
WithinContent
;
857
_xstate = XmlState.
WithinContent
;
988
goto case XmlState.
WithinContent
;
990
case XmlState.
WithinContent
:
1000
goto case XmlState.
WithinContent
;
1206
Debug.Assert(_xstate == XmlState.
WithinContent
, $"EndCopy cannot be called in the {_xstate} state.");
1264
_xstate = XmlState.
WithinContent
;
1267
case XmlState.
WithinContent
:
1334
case XmlState.
WithinContent
: return XPathNodeType.Element;
1580
if (_xstate == XmlState.
WithinContent
)