4 writes to _coreReaderImpl
System.Private.Xml (4)
System\Xml\Core\XmlValidatingReaderImpl.cs (4)
129_coreReaderImpl = (reader as XmlTextReaderImpl)!; 135_coreReaderImpl = tr.Impl; 209_coreReaderImpl = (reader as XmlTextReaderImpl)!; 215_coreReaderImpl = tr.Impl;
46 references to _coreReaderImpl
System.Private.Xml (46)
System\Xml\Core\XmlValidatingReaderImpl.cs (43)
130if (_coreReaderImpl == null) 139if (_coreReaderImpl == null) 144_coreReaderImpl.EntityHandling = EntityHandling.ExpandEntities; 145_coreReaderImpl.XmlValidatingReaderCompatibilityMode = true; 153_coreReaderImpl.ValidationEventHandling = _eventHandling; 154_coreReaderImpl.OnDefaultAttributeUse = new XmlTextReaderImpl.OnDefaultAttributeUseDelegate(ValidateDefaultAttributeOnUse); 210if (_coreReaderImpl == null) 219if (_coreReaderImpl == null) 224_coreReaderImpl.XmlValidatingReaderCompatibilityMode = true; 241_coreReaderImpl.ValidationEventHandling = _eventHandling; 242_coreReaderImpl.OnDefaultAttributeUse = new XmlTextReaderImpl.OnDefaultAttributeUseDelegate(ValidateDefaultAttributeOnUse); 257if (_coreReaderImpl.V1Compat) 444return _coreReaderImpl.Encoding; 595return _coreReaderImpl.LookupNamespace(prefix); 847XmlSchemaType? 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; 988return _coreReaderImpl.InternalTypedValue; 996if (_coreReaderImpl.V1Compat) 1014Debug.Assert(_coreReaderImpl.DtdInfo == null); 1022XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl); 1025_coreReaderImpl.SetDtdInfo(dtdInfo); 1032IDtdInfo? dtdInfo = _coreReaderImpl.DtdInfo; 1072_coreReaderImpl.ValidationEventHandling = (_validationType == ValidationType.None) ? null : _eventHandling; 1080XmlResolver? tempResolver = _coreReaderImpl.GetResolver(); 1082if (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; 1137return _coreReaderImpl.NamespaceManager; 1145return _coreReaderImpl.StandAlone; 1153_coreReaderImpl.InternalSchemaType = value; 1161return _coreReaderImpl.InternalTypedValue; 1165_coreReaderImpl.InternalTypedValue = value; 1171return _coreReaderImpl.AddDefaultAttributeNonDtd(attdef); 1176get { return _coreReaderImpl.DtdInfo; }
System\Xml\Core\XmlValidatingReaderImplAsync.cs (3)
176Debug.Assert(_coreReaderImpl.DtdInfo == null); 184XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl); 186_coreReaderImpl.SetDtdInfo(dtdInfo);