5 writes to stateTable
System.Xml (5)
System\Xml\Core\XmlWellFormedWriter.cs (3)
267
stateTable
= (conformanceLevel == ConformanceLevel.Document) ? StateTableDocument : StateTableAuto;
372
stateTable
= StateTableDocument;
1361
stateTable
= StateTableDocument;
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
69
stateTable
= StateTableDocument;
1004
stateTable
= StateTableDocument;
3 references to stateTable
System.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
1385
Debug.Assert(
stateTable
== StateTableAuto);
1607
State newState =
stateTable
[((int)token << 4) + (int)currentState];
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1069
State newState =
stateTable
[((int)token << 4) + (int)currentState];