4 writes to coreReaderImpl
System.Xml (4)
System\Xml\Core\XmlValidatingReaderImpl.cs (4)
123coreReaderImpl = reader as XmlTextReaderImpl; 127coreReaderImpl = tr.Impl; 196coreReaderImpl = reader as XmlTextReaderImpl; 200coreReaderImpl = tr.Impl;
51 references to coreReaderImpl
System.Xml (51)
System\Xml\Core\XmlValidatingReaderImpl.cs (45)
124if ( coreReaderImpl == null ) { 130if ( coreReaderImpl == null ) { 133coreReaderImpl.EntityHandling = EntityHandling.ExpandEntities; 134coreReaderImpl.XmlValidatingReaderCompatibilityMode = true; 142coreReaderImpl.ValidationEventHandling = eventHandling; 143coreReaderImpl.OnDefaultAttributeUse = new XmlTextReaderImpl.OnDefaultAttributeUseDelegate(ValidateDefaultAttributeOnUse); 197if ( coreReaderImpl == null ) { 203if ( coreReaderImpl == null ) { 206coreReaderImpl.XmlValidatingReaderCompatibilityMode = true; 222coreReaderImpl.ValidationEventHandling = eventHandling; 223coreReaderImpl.OnDefaultAttributeUse = new XmlTextReaderImpl.OnDefaultAttributeUseDelegate(ValidateDefaultAttributeOnUse); 236if (coreReaderImpl.V1Compat) { 379return coreReaderImpl.Encoding; 506return coreReaderImpl.LookupNamespace( prefix ); 714XmlSchemaType schemaTypeObj = coreReaderImpl.InternalSchemaType as XmlSchemaType; 718return coreReaderImpl.InternalSchemaType; 735return coreReaderImpl; 765return coreReaderImpl.EntityHandling; 768coreReaderImpl.EntityHandling = value; 775coreReaderImpl.XmlResolver = value; 784return coreReaderImpl.Namespaces; 787coreReaderImpl.Namespaces = value; 799return coreReaderImpl.InternalTypedValue; 822return coreReaderImpl.InternalTypedValue; 830if ( coreReaderImpl.V1Compat ) { //If v1 XmlValidatingReader return null 846Debug.Assert( coreReaderImpl.DtdInfo == null ); 853XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(coreReaderImpl); 856coreReaderImpl.SetDtdInfo( dtdInfo); 862IDtdInfo dtdInfo = coreReaderImpl.DtdInfo; 897coreReaderImpl.ValidationEventHandling = (validationType == ValidationType.None) ? null : eventHandling; 904XmlResolver tempResolver = coreReaderImpl.GetResolver(); 906if (tempResolver == null && !coreReaderImpl.IsResolverSet && 924if ( coreReader.Depth > 0 || coreReaderImpl.FragmentType != XmlNodeType.Document ) { 926coreReaderImpl.ChangeCurrentNodeType( XmlNodeType.SignificantWhitespace ); 937coreReaderImpl.InternalSchemaType = null; 938coreReaderImpl.InternalTypedValue = null; 945coreReaderImpl.Close( closeStream ); 960return coreReaderImpl.NamespaceManager; 966return coreReaderImpl.StandAlone; 972coreReaderImpl.InternalSchemaType = value; 978return coreReaderImpl.InternalTypedValue; 981coreReaderImpl.InternalTypedValue = value; 987return coreReaderImpl.Normalization; 992return coreReaderImpl.AddDefaultAttributeNonDtd( attdef ); 996get { return coreReaderImpl.DtdInfo; }
System\Xml\Core\XmlValidatingReaderImplAsync.cs (6)
167return coreReaderImpl.InternalTypedValue; 190return coreReaderImpl.InternalTypedValue; 198if ( coreReaderImpl.V1Compat ) { //If v1 XmlValidatingReader return null 214Debug.Assert( coreReaderImpl.DtdInfo == null ); 221XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(coreReaderImpl); 223coreReaderImpl.SetDtdInfo( dtdInfo);