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)
313
if (
_readState
== ReadState.EndOfFile ||
314
_readState
== ReadState.Closed)
321
return
_readState
!= ReadState.EndOfFile;
343
if (
_readState
!= ReadState.Closed)
511
if(
_readState
== ReadState.Initial)