5 writes to _stateTable
System.Private.Xml (5)
System\Xml\Core\XmlWellFormedWriter.cs (3)
255_stateTable = (_conformanceLevel == ConformanceLevel.Document) ? s_stateTableDocument : s_stateTableAuto; 378_stateTable = s_stateTableDocument; 1548_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)
1578Debug.Assert(_stateTable == s_stateTableAuto); 1853State newState = _stateTable[((int)token << 4) + (int)_currentState];
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1283State newState = _stateTable[((int)token << 4) + (int)_currentState];