5 writes to documentState
System.Runtime.Serialization (5)
System\Xml\XmlBaseWriter.cs (5)
44this.documentState = DocumentState.None; 53this.documentState = DocumentState.None; 550this.documentState = DocumentState.Epilog; 726documentState = DocumentState.Document; 779documentState = DocumentState.End;
4 references to documentState
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
443if (this.documentState == DocumentState.Epilog) 549if (depth == 0 && documentState == DocumentState.Document) 1744if (this.documentState == DocumentState.Epilog) 1746if (this.documentState == DocumentState.Document && count > 1 && depth == 0)