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