6 writes to ConformanceLevel
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
208settings.ConformanceLevel = ConformanceLevel.Auto;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
162settings.ConformanceLevel = ConformanceLevel.Auto;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
326settings.ConformanceLevel = _conformanceLevel;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
83_settings.ConformanceLevel = (_state == State.Prolog ? ConformanceLevel.Document : ConformanceLevel.Fragment);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
1420writerSettings.ConformanceLevel = ConformanceLevel.Auto; 1459writerSettings.ConformanceLevel = ConformanceLevel.Auto;
3 references to ConformanceLevel
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
271_conformanceLevel = settings.ConformanceLevel;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
739if (_conformanceLevel != baseWriterSettings.ConformanceLevel) 741confLevel = this.ConformanceLevel;