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)
322
if (
_readState
== ReadState.EndOfFile ||
323
_readState
== ReadState.Closed)
330
return
_readState
!= ReadState.EndOfFile;
352
if (
_readState
!= ReadState.Closed)
520
if(
_readState
== ReadState.Initial)