4 writes to _readState
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (4)
1150_readState = ReadState.Initial; 1179_readState = ReadState.Interactive; 1185_readState = ReadState.EndOfFile; 1485_readState = ReadState.Closed;
15 references to _readState
System.ServiceModel.Primitives (15)
Internals\System\Xml\XmlMtomReader.cs (15)
1169return (_readState == ReadState.Interactive) ? _nodeType : _parentReader.NodeType; 1176switch (_readState) 1237if (_readState == ReadState.Interactive) 1281if (_readState == ReadState.Interactive) 1371if (_readState != ReadState.Interactive) 1389if (_readState != ReadState.Interactive) 1501return (_readState == ReadState.Interactive) ? _parentReader.Depth + 1 : _parentReader.Depth; 1507get { return _readState == ReadState.EndOfFile; } 1537get { return _readState == ReadState.Interactive; } 1599return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.LocalName; 1641return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.Name; 1649return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.NamespaceURI; 1662return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.Prefix; 1688get { return _readState; } 1734return (_readState == ReadState.Interactive) ? typeof(byte[]) : _parentReader.ValueType;