1 write to _reader
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1207_reader = reader;
61 references to _reader
dotnet-svcutil-lib (61)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (61)
1215return _reader.AttributeCount; 1223return _reader.BaseURI; 1229get { return _reader.CanReadBinaryContent; } 1234get { return _reader.CanReadValueChunk; } 1239_reader.Dispose(); 1247return _reader.Depth; 1255return _reader.EOF; 1261return _reader.GetAttribute(index); 1266return _reader.GetAttribute(name); 1271return _reader.GetAttribute(name, namespaceUri); 1278return _reader.HasValue; 1286return _reader.IsDefault; 1294return _reader.IsEmptyElement; 1300return _reader.IsStartElement(name); 1305return _reader.IsStartElement(localName, namespaceUri); 1312return _reader.LocalName; 1318return _reader.LookupNamespace(namespaceUri); 1323_reader.MoveToAttribute(index); 1328return _reader.MoveToAttribute(name); 1333return _reader.MoveToAttribute(name, namespaceUri); 1338return _reader.MoveToElement(); 1343return _reader.MoveToFirstAttribute(); 1348return _reader.MoveToNextAttribute(); 1355return _reader.Name; 1363return _reader.NamespaceURI; 1371return _reader.NameTable; 1379return _reader.NodeType; 1387return _reader.Prefix; 1394return _reader.Read(); 1399return _reader.ReadAttributeValue(); 1405return _reader.ReadInnerXml(); 1410return _reader.ReadOuterXml(); 1415_reader.ReadStartElement(name); 1420_reader.ReadStartElement(localName, namespaceUri); 1425_reader.ReadEndElement(); 1432return _reader.ReadState; 1438_reader.ResolveEntity(); 1445return _reader[index]; 1453return _reader[name]; 1461return _reader[name, namespaceUri]; 1469return _reader.Value; 1477return _reader.XmlLang; 1485return _reader.XmlSpace; 1491return _reader.ReadElementContentAsBase64(buffer, offset, count); 1496return _reader.ReadContentAsBase64(buffer, offset, count); 1501return _reader.ReadElementContentAsBinHex(buffer, offset, count); 1506return _reader.ReadContentAsBinHex(buffer, offset, count); 1511return _reader.ReadValueChunk(chars, offset, count); 1518return _reader.ValueType; 1526return _reader.ReadContentAsBoolean(); 1542return _reader.ReadContentAsDateTimeOffset().DateTime; 1562return (Decimal)_reader.ReadContentAs(typeof(Decimal), null); 1582return _reader.ReadContentAsDouble(); 1602return _reader.ReadContentAsInt(); 1622return _reader.ReadContentAsLong(); 1642return _reader.ReadContentAsFloat(); 1662return _reader.ReadContentAsString(); 1676return _reader.ReadContentAs(type, namespaceResolver); 1681IXmlLineInfo lineInfo = _reader as IXmlLineInfo; 1693IXmlLineInfo lineInfo = _reader as IXmlLineInfo; 1706IXmlLineInfo lineInfo = _reader as IXmlLineInfo;