2 writes to _conformanceLevel
System.Private.Xml (2)
System\Xml\Core\XmlReaderSettings.cs (2)
126
_conformanceLevel
= value;
414
_conformanceLevel
= ConformanceLevel.Document;
7 references to _conformanceLevel
System.Private.Xml (7)
System\Xml\Core\XmlReaderSettings.cs (7)
117
get =>
_conformanceLevel
;
521
if (
_conformanceLevel
!= ConformanceLevel.Auto &&
_conformanceLevel
!= XmlReader.GetV1ConformanceLevel(baseReader))
523
throw new InvalidOperationException(SR.Format(SR.Xml_IncompatibleConformanceLevel,
_conformanceLevel
.ToString()));
580
if (
_conformanceLevel
!= baseReaderSettings.ConformanceLevel &&
_conformanceLevel
!= ConformanceLevel.Auto)
582
throw new InvalidOperationException(SR.Format(SR.Xml_IncompatibleConformanceLevel,
_conformanceLevel
.ToString()));