5 references to WithinPI
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
760
this.xstate = XmlState.
WithinPI
;
768
Debug.Assert(this.xstate == XmlState.
WithinPI
, "WriteProcessingInstructionString cannot be called in the " + this.xstate + " state.");
776
Debug.Assert(this.xstate == XmlState.
WithinPI
, "WriteEndProcessingInstruction cannot be called in the " + this.xstate + " state.");
923
case XmlState.
WithinPI
:
1212
case XmlState.
WithinPI
: return XPathNodeType.ProcessingInstruction;