18 references to Auto
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
408
case ConformanceLevel.
Auto
:
438
settings.ConformanceLevel = ConformanceLevel.
Auto
; break;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
208
settings.ConformanceLevel = ConformanceLevel.
Auto
;
1798
protected ConformanceLevel conformanceLevel = ConformanceLevel.
Auto
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
668
if (_conformanceLevel != ConformanceLevel.
Auto
&& _conformanceLevel != XmlReader.GetV1ConformanceLevel(baseReader))
726
if (_conformanceLevel != baseReaderSettings.ConformanceLevel && _conformanceLevel != ConformanceLevel.
Auto
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
445
case ConformanceLevel.
Auto
:
845
case XmlNodeType.None: settings.ConformanceLevel = ConformanceLevel.
Auto
; break;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (2)
162
settings.ConformanceLevel = ConformanceLevel.
Auto
;
1678
protected ConformanceLevel conformanceLevel = ConformanceLevel.
Auto
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
397
if (_conformanceLevel == ConformanceLevel.
Auto
)
1648
if (_conformanceLevel == ConformanceLevel.
Auto
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (3)
715
ConformanceLevel confLevel = ConformanceLevel.
Auto
;
747
checkNames = confLevel == ConformanceLevel.
Auto
;
762
if (confLevel != ConformanceLevel.
Auto
)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (3)
1128
readerSettings.ConformanceLevel = ConformanceLevel.
Auto
;
1420
writerSettings.ConformanceLevel = ConformanceLevel.
Auto
;
1459
writerSettings.ConformanceLevel = ConformanceLevel.
Auto
;