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