2 writes to conformanceLevel
System.Xml (2)
System\Xml\Core\XmlReaderSettings.cs (2)
185
conformanceLevel
= value;
521
conformanceLevel
= ConformanceLevel.Document;
7 references to conformanceLevel
System.Xml (7)
System\Xml\Core\XmlReaderSettings.cs (7)
177
return
conformanceLevel
;
621
if (this.
conformanceLevel
!= ConformanceLevel.Auto && this.
conformanceLevel
!= XmlReader.GetV1ConformanceLevel(baseReader)) {
622
throw new InvalidOperationException(Res.GetString(Res.Xml_IncompatibleConformanceLevel, this.
conformanceLevel
.ToString()));
675
if (this.
conformanceLevel
!= baseReaderSettings.ConformanceLevel && this.
conformanceLevel
!= ConformanceLevel.Auto) {
676
throw new InvalidOperationException(Res.GetString(Res.Xml_IncompatibleConformanceLevel, this.
conformanceLevel
.ToString()));