1 write to reader
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
317
this.
reader
= value;
49 references to reader
System.Data.Services.Client (49)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (49)
56
return this.
reader
.AttributeCount;
74
return this.
reader
.BaseURI;
83
return this.
reader
.CanResolveEntity;
92
return this.
reader
.Depth;
103
return this.
reader
.EOF;
112
return this.
reader
.HasAttributes;
121
return this.
reader
.HasValue;
133
return this.
reader
.IsDefault;
142
return this.
reader
.IsEmptyElement;
179
return this.
reader
.LocalName;
188
return this.
reader
.Name;
197
return this.
reader
.NamespaceURI;
206
return this.
reader
.NameTable;
215
return this.
reader
.NodeType;
224
return this.
reader
.Prefix;
235
return this.
reader
.QuoteChar;
246
return this.
reader
.ReadState;
257
return this.
reader
.SchemaInfo;
267
return this.
reader
.Settings;
276
return this.
reader
.Value;
285
return this.
reader
.ValueType;
294
return this.
reader
.XmlLang;
303
return this.
reader
.XmlSpace;
312
return this.
reader
;
329
this.
reader
.Close();
337
return this.
reader
.GetAttribute(i);
348
return this.
reader
.GetAttribute(name);
360
return this.
reader
.GetAttribute(name, namespaceURI);
377
return this.
reader
.LookupNamespace(prefix);
384
this.
reader
.MoveToAttribute(i);
394
return this.
reader
.MoveToAttribute(name);
405
return this.
reader
.MoveToAttribute(name, ns);
415
return this.
reader
.MoveToElement();
425
return this.
reader
.MoveToFirstAttribute();
432
return this.
reader
.MoveToNextAttribute();
439
if (this.
reader
.NodeType == XmlNodeType.EndElement)
447
this.
reader
.MoveToElement();
448
if (this.
reader
.IsEmptyElement)
454
bool result = this.
reader
.Read();
457
if (this.
reader
.NodeType == XmlNodeType.Element &&
458
this.
reader
.HasAttributes)
460
string baseAttribute = this.
reader
.GetAttribute(XmlConstants.XmlBaseAttributeNameWithPrefix);
486
this.xmlBaseStack.Push(new XmlBaseState(newBaseUri, this.
reader
.Depth));
497
return this.
reader
.ReadAttributeValue();
503
this.
reader
.ResolveEntity();
509
this.
reader
.Skip();
534
if (this.
reader
!= null)
536
((IDisposable)this.
reader
).Dispose();
548
if (this.xmlBaseStack != null && this.xmlBaseStack.Count > 0 && this.
reader
.Depth == this.xmlBaseStack.Peek().Depth)