4 writes to _readState
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
161
_readState
= ReadState.Initial;
347
_readState
= ReadState.Closed;
541
_readState
= ReadState.EndOfFile;
550
_readState
= ReadState.Interactive;
5 references to _readState
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
312
if (
_readState
== ReadState.EndOfFile ||
313
_readState
== ReadState.Closed)
320
return
_readState
!= ReadState.EndOfFile;
342
if (
_readState
!= ReadState.Closed)
510
if(
_readState
== ReadState.Initial)