2 writes to _conformanceLevel
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
189_conformanceLevel = value; 512_conformanceLevel = ConformanceLevel.Document;
2 references to _conformanceLevel
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
180get => _conformanceLevel; 553if (_conformanceLevel != baseWriterSettings.ConformanceLevel)