5 references to WithinComment
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
791
_xstate = XmlState.
WithinComment
;
800
Debug.Assert(_xstate == XmlState.
WithinComment
, $"WriteCommentString cannot be called in the {_xstate} state.");
809
Debug.Assert(_xstate == XmlState.
WithinComment
, $"WriteEndComment cannot be called in the {_xstate} state.");
1009
case XmlState.
WithinComment
:
1335
case XmlState.
WithinComment
: return XPathNodeType.Comment;