4 writes to _readState
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
161_readState = ReadState.Initial; 347_readState = ReadState.Closed; 541_readState = ReadState.EndOfFile; 550_readState = ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
312if (_readState == ReadState.EndOfFile || 313_readState == ReadState.Closed) 320return _readState != ReadState.EndOfFile; 342if (_readState != ReadState.Closed) 510if(_readState == ReadState.Initial)