11 references to DocumentState
System.Private.DataContractSerialization (11)
System\Xml\XmlBaseWriter.cs (11)
27private DocumentState _documentState; 45_documentState = DocumentState.None; 54_documentState = DocumentState.None; 495if (_documentState == DocumentState.Epilog) 538if (_documentState == DocumentState.Epilog) 689if (_depth == 0 && _documentState == DocumentState.Document) 690_documentState = DocumentState.Epilog; 872_documentState = DocumentState.Document; 925_documentState = DocumentState.End; 1816if (_documentState == DocumentState.Epilog) 1818if (_documentState == DocumentState.Document && count > 1 && _depth == 0)