1 write to reader
System.IdentityModel (1)
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
37
this.
reader
= reader;
65 references to reader
System.IdentityModel (65)
System\IdentityModel\WrappedXmlDictionaryReader.cs (65)
45
return this.
reader
.AttributeCount;
53
return this.
reader
.BaseURI;
59
get { return this.
reader
.CanReadBinaryContent; }
64
get { return this.
reader
.CanReadValueChunk; }
71
return this.
reader
.Depth;
79
return this.
reader
.EOF;
87
return this.
reader
.HasValue;
95
return this.
reader
.IsDefault;
103
return this.
reader
.IsEmptyElement;
111
return this.
reader
.LocalName;
119
return this.
reader
.Name;
127
return this.
reader
.NamespaceURI;
135
return this.
reader
.NameTable;
143
return this.
reader
.NodeType;
151
return this.
reader
.Prefix;
159
return this.
reader
.QuoteChar;
167
return this.
reader
.ReadState;
175
return this.
reader
.Value;
183
return this.
reader
.XmlLang;
191
return this.
reader
.XmlSpace;
199
return this.
reader
.ValueType;
207
IXmlLineInfo lineInfo = this.
reader
as IXmlLineInfo;
222
IXmlLineInfo lineInfo = this.
reader
as IXmlLineInfo;
245
return this.
reader
[index];
253
return this.
reader
[name];
261
return this.
reader
[name, namespaceUri];
267
this.
reader
.Close();
272
return this.
reader
.GetAttribute(index);
277
return this.
reader
.GetAttribute(name);
282
return this.
reader
.GetAttribute(name, namespaceUri);
287
return this.
reader
.IsStartElement(name);
292
return this.
reader
.IsStartElement(localName, namespaceUri);
297
return this.
reader
.LookupNamespace(namespaceUri);
302
this.
reader
.MoveToAttribute(index);
307
return this.
reader
.MoveToAttribute(name);
312
return this.
reader
.MoveToAttribute(name, namespaceUri);
317
return this.
reader
.MoveToElement();
322
return this.
reader
.MoveToFirstAttribute();
327
return this.
reader
.MoveToNextAttribute();
332
return this.
reader
.Read();
337
return this.
reader
.ReadAttributeValue();
342
return this.
reader
.ReadElementString(name);
347
return this.
reader
.ReadElementString(localName, namespaceUri);
352
return this.
reader
.ReadInnerXml();
357
return this.
reader
.ReadOuterXml();
362
this.
reader
.ReadStartElement(name);
367
this.
reader
.ReadStartElement(localName, namespaceUri);
372
this.
reader
.ReadEndElement();
377
return this.
reader
.ReadString();
382
this.
reader
.ResolveEntity();
387
return this.
reader
.ReadElementContentAsBase64(buffer, offset, count);
392
return this.
reader
.ReadContentAsBase64(buffer, offset, count);
397
return this.
reader
.ReadElementContentAsBinHex(buffer, offset, count);
402
return this.
reader
.ReadContentAsBinHex(buffer, offset, count);
407
return this.
reader
.ReadValueChunk(chars, offset, count);
412
return this.
reader
.ReadContentAsBoolean();
417
return this.
reader
.ReadContentAsDateTime();
422
return (decimal)this.
reader
.ReadContentAs(typeof(decimal), null);
427
return this.
reader
.ReadContentAsDouble();
432
return this.
reader
.ReadContentAsInt();
437
return this.
reader
.ReadContentAsLong();
442
return this.
reader
.ReadContentAsFloat();
447
return this.
reader
.ReadContentAsString();
452
return this.
reader
.ReadContentAs(valueType, namespaceResolver);
457
IXmlLineInfo lineInfo = this.
reader
as IXmlLineInfo;