5 references to WithinPI
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
834_xstate = XmlState.WithinPI; 843Debug.Assert(_xstate == XmlState.WithinPI, $"WriteProcessingInstructionString cannot be called in the {_xstate} state."); 852Debug.Assert(_xstate == XmlState.WithinPI, $"WriteEndProcessingInstruction cannot be called in the {_xstate} state."); 1014case XmlState.WithinPI: 1336case XmlState.WithinPI: return XPathNodeType.ProcessingInstruction;