4 writes to _readState
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
162_readState = ReadState.Initial; 348_readState = ReadState.Closed; 542_readState = ReadState.EndOfFile; 551_readState = ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
313if (_readState == ReadState.EndOfFile || 314_readState == ReadState.Closed) 321return _readState != ReadState.EndOfFile; 343if (_readState != ReadState.Closed) 511if(_readState == ReadState.Initial)