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