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)
117get => _conformanceLevel; 521if (_conformanceLevel != ConformanceLevel.Auto && _conformanceLevel != XmlReader.GetV1ConformanceLevel(baseReader)) 523throw new InvalidOperationException(SR.Format(SR.Xml_IncompatibleConformanceLevel, _conformanceLevel.ToString())); 580if (_conformanceLevel != baseReaderSettings.ConformanceLevel && _conformanceLevel != ConformanceLevel.Auto) 582throw new InvalidOperationException(SR.Format(SR.Xml_IncompatibleConformanceLevel, _conformanceLevel.ToString()));