4 writes to _readState
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
163
_readState
= ReadState.Initial;
349
_readState
= ReadState.Closed;
543
_readState
= ReadState.EndOfFile;
552
_readState
= ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
314
if (
_readState
== ReadState.EndOfFile ||
315
_readState
== ReadState.Closed)
322
return
_readState
!= ReadState.EndOfFile;
344
if (
_readState
!= ReadState.Closed)
512
if(
_readState
== ReadState.Initial)