6 references to Prolog
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
151if (ws == WriteState.Start || ws == WriteState.Prolog)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
959return WriteState.Prolog;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
193WriteState.Prolog, // State.TopLevel 194WriteState.Prolog, // State.Document
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
838_writeState = WriteState.Prolog; 887if (_writeState == WriteState.Start || _writeState == WriteState.Prolog)