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; 59get { return _impl.NodeType; } 64get { return _impl.Name; } 69get { return _impl.LocalName; } 74get { return _impl.NamespaceURI; } 79get { return _impl.Prefix; } 84get { return _impl.HasValue; } 89get { return _impl.Value; } 94get { return _impl.Depth; } 99get { return _impl.BaseURI; } 104get { return _impl.IsEmptyElement; } 109get { return _impl.IsDefault; } 114get { return _impl.QuoteChar; } 119get { return _impl.XmlSpace; } 124get { return _impl.XmlLang; } 129public override int AttributeCount { get { return _impl.AttributeCount; } } 133return _impl.GetAttribute(name); 138return _impl.GetAttribute(localName, namespaceURI); 143return _impl.GetAttribute(i); 148return _impl.MoveToAttribute(name); 153return _impl.MoveToAttribute(localName, namespaceURI); 158_impl.MoveToAttribute(i); 163return _impl.MoveToFirstAttribute(); 168return _impl.MoveToNextAttribute(); 173return _impl.MoveToElement(); 178return _impl.ReadAttributeValue(); 183return _impl.Read(); 188get { return _impl.EOF; } 193_impl.Close(); 198get { return _impl.ReadState; } 203get { return _impl.NameTable; } 208string ns = _impl.LookupNamespace(prefix); 223_impl.ResolveEntity(); 234return _impl.ReadContentAsBase64(buffer, index, count); 239return _impl.ReadElementContentAsBase64(buffer, index, count); 244return _impl.ReadContentAsBinHex(buffer, index, count); 249return _impl.ReadElementContentAsBinHex(buffer, index, count); 256_impl.MoveOffEntityReference(); 265public int LineNumber { get { return _impl.LineNumber; } } 267public int LinePosition { get { return _impl.LinePosition; } } 274return _impl.GetNamespacesInScope(scope); 279return _impl.LookupNamespace(prefix); 284return _impl.LookupPrefix(namespaceName); 292add { _impl.ValidationEventHandler += value; } 293remove { _impl.ValidationEventHandler -= value; } 298get { return _impl.SchemaType; } 303get { return _impl.Reader; } 308get { return _impl.ValidationType; } 309set { _impl.ValidationType = value; } 314get { return _impl.Schemas; } 319get { return _impl.EntityHandling; } 320set { _impl.EntityHandling = value; } 325set { _impl.XmlResolver = value; } 330get { return _impl.Namespaces; } 331set { _impl.Namespaces = value; } 336return _impl.ReadTypedValue(); 341get { return _impl.Encoding; } 348get { return _impl; } 353get { return _impl.DtdInfo; }