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