1 write to _reader
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryReader.cs (1)
1319_reader = reader;
65 references to _reader
System.Private.DataContractSerialization (65)
System\Xml\XmlDictionaryReader.cs (65)
1327return _reader.AttributeCount; 1335return _reader.BaseURI; 1341get { return _reader.CanReadBinaryContent; } 1346get { return _reader.CanReadValueChunk; } 1351_reader.Dispose(); 1359return _reader.Depth; 1367return _reader.EOF; 1373return _reader.GetAttribute(index); 1378return _reader.GetAttribute(name); 1383return _reader.GetAttribute(name, namespaceUri); 1390return _reader.HasValue; 1398return _reader.IsDefault; 1406return _reader.IsEmptyElement; 1412return _reader.IsStartElement(name); 1417return _reader.IsStartElement(localName, namespaceUri); 1424return _reader.LocalName; 1430return _reader.LookupNamespace(namespaceUri); 1435_reader.MoveToAttribute(index); 1440return _reader.MoveToAttribute(name); 1445return _reader.MoveToAttribute(name, namespaceUri); 1450return _reader.MoveToElement(); 1455return _reader.MoveToFirstAttribute(); 1460return _reader.MoveToNextAttribute(); 1467return _reader.Name; 1475return _reader.NamespaceURI; 1483return _reader.NameTable; 1491return _reader.NodeType; 1499return _reader.Prefix; 1507return _reader.QuoteChar; 1513return _reader.Read(); 1518return _reader.ReadAttributeValue(); 1523return _reader.ReadElementString(name); 1528return _reader.ReadElementString(localName, namespaceUri); 1533return _reader.ReadInnerXml(); 1538return _reader.ReadOuterXml(); 1543_reader.ReadStartElement(name); 1548_reader.ReadStartElement(localName, namespaceUri); 1553_reader.ReadEndElement(); 1558return _reader.ReadString(); 1565return _reader.ReadState; 1571_reader.ResolveEntity(); 1578return _reader[index]; 1586return _reader[name]; 1594return _reader[name, namespaceUri]; 1602return _reader.Value; 1610return _reader.XmlLang; 1618return _reader.XmlSpace; 1624return _reader.ReadElementContentAsBase64(buffer, offset, count); 1629return _reader.ReadContentAsBase64(buffer, offset, count); 1634return _reader.ReadElementContentAsBinHex(buffer, offset, count); 1639return _reader.ReadContentAsBinHex(buffer, offset, count); 1644return _reader.ReadValueChunk(chars, offset, count); 1651return _reader.ValueType; 1659return _reader.ReadContentAsBoolean(); 1673return _reader.ReadContentAsDateTime(); 1680return (decimal)_reader.ReadContentAs(typeof(decimal), null); 1700return _reader.ReadContentAsDouble(); 1720return _reader.ReadContentAsInt(); 1740return _reader.ReadContentAsLong(); 1760return _reader.ReadContentAsFloat(); 1780return _reader.ReadContentAsString(); 1794return _reader.ReadContentAs(type, namespaceResolver); 1799if (_reader is not IXmlLineInfo lineInfo) 1809if (_reader is not IXmlLineInfo lineInfo) 1820if (_reader is not IXmlLineInfo lineInfo)