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