2 writes to conformanceLevel
System.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
249
conformanceLevel
= value;
683
conformanceLevel
= ConformanceLevel.Document;
2 references to conformanceLevel
System.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
241
return
conformanceLevel
;
725
if (this.
conformanceLevel
!= baseWriterSettings.ConformanceLevel) {