5 writes to _stateTable
System.Private.Xml (5)
System\Xml\Core\XmlWellFormedWriter.cs (3)
258_stateTable = (_conformanceLevel == ConformanceLevel.Document) ? s_stateTableDocument : s_stateTableAuto; 381_stateTable = s_stateTableDocument; 1551_stateTable = s_stateTableDocument;
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
82_stateTable = s_stateTableDocument; 1201_stateTable = s_stateTableDocument;
3 references to _stateTable
System.Private.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
1581Debug.Assert(_stateTable == s_stateTableAuto); 1856State newState = _stateTable[((int)token << 4) + (int)_currentState];
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1283State newState = _stateTable[((int)token << 4) + (int)_currentState];