2 writes to baseReader
System.Activities (2)
System\Activities\Debugger\XmlWrappingReader.cs (2)
154
this.
baseReader
= value;
283
this.
baseReader
= null;
43 references to baseReader
System.Activities (43)
System\Activities\Debugger\XmlWrappingReader.cs (43)
21
get { return this.
baseReader
.Settings; }
26
get { return this.
baseReader
.NodeType; }
31
get { return this.
baseReader
.Name; }
36
get { return this.
baseReader
.LocalName; }
41
get { return this.
baseReader
.NamespaceURI; }
46
get { return this.
baseReader
.Prefix; }
51
get { return this.
baseReader
.HasValue; }
56
get { return this.
baseReader
.Value; }
61
get { return this.
baseReader
.Depth; }
66
get { return this.
baseReader
.BaseURI; }
71
get { return this.
baseReader
.IsEmptyElement; }
76
get { return this.
baseReader
.IsDefault; }
81
get { return this.
baseReader
.QuoteChar; }
86
get { return this.
baseReader
.XmlSpace; }
91
get { return this.
baseReader
.XmlLang; }
96
get { return this.
baseReader
.SchemaInfo; }
101
get { return this.
baseReader
.ValueType; }
106
get { return this.
baseReader
.AttributeCount; }
111
get { return this.
baseReader
.CanResolveEntity; }
116
get { return this.
baseReader
.EOF; }
121
get { return this.
baseReader
.ReadState; }
126
get { return this.
baseReader
.HasAttributes; }
131
get { return this.
baseReader
.NameTable; }
170
get { return this.
baseReader
[i]; }
175
get { return this.
baseReader
[name]; }
180
get { return this.
baseReader
[name, namespaceURI]; }
185
return this.
baseReader
.GetAttribute(name);
190
return this.
baseReader
.GetAttribute(name, namespaceURI);
195
return this.
baseReader
.GetAttribute(i);
200
return this.
baseReader
.MoveToAttribute(name);
205
return this.
baseReader
.MoveToAttribute(name, ns);
210
this.
baseReader
.MoveToAttribute(i);
215
return this.
baseReader
.MoveToFirstAttribute();
220
return this.
baseReader
.MoveToNextAttribute();
225
return this.
baseReader
.MoveToElement();
230
return this.
baseReader
.Read();
235
this.
baseReader
.Close();
240
this.
baseReader
.Skip();
245
return this.
baseReader
.LookupNamespace(prefix);
250
this.
baseReader
.ResolveEntity();
255
return this.
baseReader
.ReadAttributeValue();
278
if (this.
baseReader
!= null)
280
((IDisposable)this.
baseReader
).Dispose();