5 references to WithinPI
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
835_xstate = XmlState.WithinPI; 844Debug.Assert(_xstate == XmlState.WithinPI, $"WriteProcessingInstructionString cannot be called in the {_xstate} state."); 853Debug.Assert(_xstate == XmlState.WithinPI, $"WriteEndProcessingInstruction cannot be called in the {_xstate} state."); 1015case XmlState.WithinPI: 1337case XmlState.WithinPI: return XPathNodeType.ProcessingInstruction;