10 writes to readState
System.ServiceModel.Primitives (10)
Internals\System\Xml\XmlMtomReader.cs (10)
2656readState = ReadState.EOF; 2723readState = ReadState.ReadName; 2729readState = ReadState.SkipWS; 2747readState = ReadState.ReadValue; 2757readState = ReadState.ReadLF; 2764readState = ReadState.ReadName; 2770readState = ReadState.ReadWS; 2773readState = ReadState.EOF; 2790readState = ReadState.EOF; 2806readState = ReadState.ReadName;
5 references to readState
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (5)
2664while (readState != ReadState.EOF) 2690switch (readState) 2787if (readState != ReadState.ReadWS && readState != ReadState.ReadValue) 2802if (readState != ReadState.EOF)