4 writes to _readState
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
163_readState = ReadState.Initial; 349_readState = ReadState.Closed; 543_readState = ReadState.EndOfFile; 552_readState = ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
314if (_readState == ReadState.EndOfFile || 315_readState == ReadState.Closed) 322return _readState != ReadState.EndOfFile; 344if (_readState != ReadState.Closed) 512if(_readState == ReadState.Initial)