4 writes to _coreReaderImpl
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (4)
133_coreReaderImpl = reader as XmlTextReaderImpl; 139_coreReaderImpl = tr.Impl; 215_coreReaderImpl = reader as XmlTextReaderImpl; 221_coreReaderImpl = tr.Impl;
45 references to _coreReaderImpl
dotnet-svcutil-lib (45)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (45)
134if (_coreReaderImpl == null) 142if (_coreReaderImpl == null) 146_coreReaderImpl.EntityHandling = EntityHandling.ExpandEntities; 147_coreReaderImpl.XmlValidatingReaderCompatibilityMode = true; 155_coreReaderImpl.ValidationEventHandling = _eventHandling; 156_coreReaderImpl.OnDefaultAttributeUse = new XmlTextReaderImpl.OnDefaultAttributeUseDelegate(ValidateDefaultAttributeOnUse); 216if (_coreReaderImpl == null) 224if (_coreReaderImpl == null) 228_coreReaderImpl.XmlValidatingReaderCompatibilityMode = true; 245_coreReaderImpl.ValidationEventHandling = _eventHandling; 246_coreReaderImpl.OnDefaultAttributeUse = new XmlTextReaderImpl.OnDefaultAttributeUseDelegate(ValidateDefaultAttributeOnUse); 261if (_coreReaderImpl.V1Compat) 445return _coreReaderImpl.Encoding; 596return _coreReaderImpl.LookupNamespace(prefix); 848XmlSchemaType schemaTypeObj = _coreReaderImpl.InternalSchemaType as XmlSchemaType; 853return _coreReaderImpl.InternalSchemaType; 874return _coreReaderImpl; 912return _coreReaderImpl.EntityHandling; 916_coreReaderImpl.EntityHandling = value; 925_coreReaderImpl.XmlResolver = value; 936return _coreReaderImpl.Namespaces; 940_coreReaderImpl.Namespaces = value; 955return _coreReaderImpl.InternalTypedValue; 985return _coreReaderImpl.InternalTypedValue; 993if (_coreReaderImpl.V1Compat) 1011Debug.Assert(_coreReaderImpl.DtdInfo == null); 1019XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl); 1022_coreReaderImpl.SetDtdInfo(dtdInfo); 1029IDtdInfo dtdInfo = _coreReaderImpl.DtdInfo; 1069_coreReaderImpl.ValidationEventHandling = (_validationType == ValidationType.None) ? null : _eventHandling; 1077XmlResolver tempResolver = _coreReaderImpl.GetResolver(); 1079if (tempResolver == null && !_coreReaderImpl.IsResolverSet && 1099if (_coreReader.Depth > 0 || _coreReaderImpl.FragmentType != XmlNodeType.Document) 1103_coreReaderImpl.ChangeCurrentNodeType(XmlNodeType.SignificantWhitespace); 1114_coreReaderImpl.InternalSchemaType = null; 1115_coreReaderImpl.InternalTypedValue = null; 1123_coreReaderImpl.Close(closeStream); 1143return _coreReaderImpl.NamespaceManager; 1151return _coreReaderImpl.StandAlone; 1159_coreReaderImpl.InternalSchemaType = value; 1167return _coreReaderImpl.InternalTypedValue; 1171_coreReaderImpl.InternalTypedValue = value; 1179return _coreReaderImpl.Normalization; 1185return _coreReaderImpl.AddDefaultAttributeNonDtd(attdef); 1190get { return _coreReaderImpl.DtdInfo; }