5 references to WithinComment
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
792
_xstate = XmlState.
WithinComment
;
801
Debug.Assert(_xstate == XmlState.
WithinComment
, $"WriteCommentString cannot be called in the {_xstate} state.");
810
Debug.Assert(_xstate == XmlState.
WithinComment
, $"WriteEndComment cannot be called in the {_xstate} state.");
1010
case XmlState.
WithinComment
:
1336
case XmlState.
WithinComment
: return XPathNodeType.Comment;