4 writes to _readState
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
180_readState = ReadState.Initial; 366_readState = ReadState.Closed; 560_readState = ReadState.EndOfFile; 569_readState = ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlReader.cs (5)
331if (_readState == ReadState.EndOfFile || 332_readState == ReadState.Closed) 339return _readState != ReadState.EndOfFile; 361if (_readState != ReadState.Closed) 529if(_readState == ReadState.Initial)