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)
180
get =>
_conformanceLevel
;
553
if (
_conformanceLevel
!= baseWriterSettings.ConformanceLevel)