4 writes to _readState
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
180
_readState
= ReadState.Initial;
366
_readState
= ReadState.Closed;
560
_readState
= ReadState.EndOfFile;
569
_readState
= ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlReader.cs (5)
331
if (
_readState
== ReadState.EndOfFile ||
332
_readState
== ReadState.Closed)
339
return
_readState
!= ReadState.EndOfFile;
361
if (
_readState
!= ReadState.Closed)
529
if(
_readState
== ReadState.Initial)