5 references to WithinComment
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
720
this.xstate = XmlState.
WithinComment
;
728
Debug.Assert(this.xstate == XmlState.
WithinComment
, "WriteCommentString cannot be called in the " + this.xstate + " state.");
736
Debug.Assert(this.xstate == XmlState.
WithinComment
, "WriteEndComment cannot be called in the " + this.xstate + " state.");
918
case XmlState.
WithinComment
:
1211
case XmlState.
WithinComment
: return XPathNodeType.Comment;