5 references to StateTableDocument
System.Xml (5)
System\Xml\Core\XmlWellFormedWriter.cs (3)
267stateTable = (conformanceLevel == ConformanceLevel.Document) ? StateTableDocument : StateTableAuto; 372stateTable = StateTableDocument; 1361stateTable = StateTableDocument;
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
69stateTable = StateTableDocument; 1004stateTable = StateTableDocument;