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