5 writes to stateTable
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;
3 references to stateTable
System.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
1385Debug.Assert(stateTable == StateTableAuto); 1607State newState = stateTable[((int)token << 4) + (int)currentState];
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1069State newState = stateTable[((int)token << 4) + (int)currentState];