11 references to DocumentState
dotnet-svcutil-lib (11)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (11)
29private DocumentState _documentState; 42_documentState = DocumentState.None; 51_documentState = DocumentState.None; 473if (_documentState == DocumentState.Epilog) 518if (_documentState == DocumentState.Epilog) 635if (_depth == 0 && _documentState == DocumentState.Document) 636_documentState = DocumentState.Epilog; 839_documentState = DocumentState.Document; 892_documentState = DocumentState.End; 1589if (_documentState == DocumentState.Epilog) 1591if (_documentState == DocumentState.Document && count > 1 && _depth == 0)