5 references to WithinNmsp
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
250
if (_xstate == XmlState.
WithinNmsp
)
753
_xstate = XmlState.
WithinNmsp
;
762
Debug.Assert(_xstate == XmlState.
WithinNmsp
, $"WriteNamespaceString cannot be called in the {_xstate} state.");
771
Debug.Assert(_xstate == XmlState.
WithinNmsp
, $"WriteEndNamespace cannot be called in the {_xstate} state.");
1006
case XmlState.
WithinNmsp
: