10 writes to readState
System.Runtime.Serialization (10)
System\Xml\XmlMtomReader.cs (10)
2613
readState
= ReadState.EOF;
2683
readState
= ReadState.ReadName;
2689
readState
= ReadState.SkipWS;
2707
readState
= ReadState.ReadValue;
2717
readState
= ReadState.ReadLF;
2724
readState
= ReadState.ReadName;
2730
readState
= ReadState.ReadWS;
2733
readState
= ReadState.EOF;
2750
readState
= ReadState.EOF;
2766
readState
= ReadState.ReadName;
5 references to readState
System.Runtime.Serialization (5)
System\Xml\XmlMtomReader.cs (5)
2621
while (
readState
!= ReadState.EOF)
2650
switch (
readState
)
2747
if (
readState
!= ReadState.ReadWS &&
readState
!= ReadState.ReadValue)
2762
if (
readState
!= ReadState.EOF)