4 writes to _readState
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
171_readState = ReadState.Initial; 357_readState = ReadState.Closed; 551_readState = ReadState.EndOfFile; 560_readState = ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
322if (_readState == ReadState.EndOfFile || 323_readState == ReadState.Closed) 330return _readState != ReadState.EndOfFile; 352if (_readState != ReadState.Closed) 520if(_readState == ReadState.Initial)