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