5 references to WithinNmsp
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
249
if (_xstate == XmlState.
WithinNmsp
)
752
_xstate = XmlState.
WithinNmsp
;
761
Debug.Assert(_xstate == XmlState.
WithinNmsp
, $"WriteNamespaceString cannot be called in the {_xstate} state.");
770
Debug.Assert(_xstate == XmlState.
WithinNmsp
, $"WriteEndNamespace cannot be called in the {_xstate} state.");
1005
case XmlState.
WithinNmsp
: