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)
227
return
_conformanceLevel
;
739
if (
_conformanceLevel
!= baseWriterSettings.ConformanceLevel)