2 writes to _conformanceLevel
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
237_conformanceLevel = value; 697_conformanceLevel = ConformanceLevel.Document;
2 references to _conformanceLevel
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
227return _conformanceLevel; 739if (_conformanceLevel != baseWriterSettings.ConformanceLevel)