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