3 writes to _impl
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (3)
30
_impl
= new XmlValidatingReaderImpl(reader);
40
_impl
= new XmlValidatingReaderImpl(xmlFragment, fragType, context);
50
_impl
= new XmlValidatingReaderImpl(xmlFragment, fragType, context);
61 references to _impl
dotnet-svcutil-lib (61)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (61)
31
_impl
.OuterReader = this;
41
_impl
.OuterReader = this;
51
_impl
.OuterReader = this;
59
get { return
_impl
.NodeType; }
64
get { return
_impl
.Name; }
69
get { return
_impl
.LocalName; }
74
get { return
_impl
.NamespaceURI; }
79
get { return
_impl
.Prefix; }
84
get { return
_impl
.HasValue; }
89
get { return
_impl
.Value; }
94
get { return
_impl
.Depth; }
99
get { return
_impl
.BaseURI; }
104
get { return
_impl
.IsEmptyElement; }
109
get { return
_impl
.IsDefault; }
114
get { return
_impl
.QuoteChar; }
119
get { return
_impl
.XmlSpace; }
124
get { return
_impl
.XmlLang; }
129
public override int AttributeCount { get { return
_impl
.AttributeCount; } }
133
return
_impl
.GetAttribute(name);
138
return
_impl
.GetAttribute(localName, namespaceURI);
143
return
_impl
.GetAttribute(i);
148
return
_impl
.MoveToAttribute(name);
153
return
_impl
.MoveToAttribute(localName, namespaceURI);
158
_impl
.MoveToAttribute(i);
163
return
_impl
.MoveToFirstAttribute();
168
return
_impl
.MoveToNextAttribute();
173
return
_impl
.MoveToElement();
178
return
_impl
.ReadAttributeValue();
183
return
_impl
.Read();
188
get { return
_impl
.EOF; }
193
_impl
.Close();
198
get { return
_impl
.ReadState; }
203
get { return
_impl
.NameTable; }
208
string ns =
_impl
.LookupNamespace(prefix);
223
_impl
.ResolveEntity();
234
return
_impl
.ReadContentAsBase64(buffer, index, count);
239
return
_impl
.ReadElementContentAsBase64(buffer, index, count);
244
return
_impl
.ReadContentAsBinHex(buffer, index, count);
249
return
_impl
.ReadElementContentAsBinHex(buffer, index, count);
256
_impl
.MoveOffEntityReference();
265
public int LineNumber { get { return
_impl
.LineNumber; } }
267
public int LinePosition { get { return
_impl
.LinePosition; } }
274
return
_impl
.GetNamespacesInScope(scope);
279
return
_impl
.LookupNamespace(prefix);
284
return
_impl
.LookupPrefix(namespaceName);
292
add {
_impl
.ValidationEventHandler += value; }
293
remove {
_impl
.ValidationEventHandler -= value; }
298
get { return
_impl
.SchemaType; }
303
get { return
_impl
.Reader; }
308
get { return
_impl
.ValidationType; }
309
set {
_impl
.ValidationType = value; }
314
get { return
_impl
.Schemas; }
319
get { return
_impl
.EntityHandling; }
320
set {
_impl
.EntityHandling = value; }
325
set {
_impl
.XmlResolver = value; }
330
get { return
_impl
.Namespaces; }
331
set {
_impl
.Namespaces = value; }
336
return
_impl
.ReadTypedValue();
341
get { return
_impl
.Encoding; }
348
get { return
_impl
; }
353
get { return
_impl
.DtdInfo; }