3 writes to OutputMethod
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
418_writerSettings.OutputMethod = outMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
213settings.OutputMethod = outputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
167settings.OutputMethod = outputMethod;
12 references to OutputMethod
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (2)
41if (settings.OutputMethod == XmlOutputMethod.Xml) 70else if (settings.OutputMethod == XmlOutputMethod.Html)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (2)
45if (settings.OutputMethod == XmlOutputMethod.Xml) 91else if (settings.OutputMethod == XmlOutputMethod.Html)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
35Debug.Assert(writerSettings.OutputMethod == XmlOutputMethod.AutoDetect);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
124outputMethod = settings.OutputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
108outputMethod = settings.OutputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (5)
506switch (this.OutputMethod) 542switch (this.OutputMethod) 578if (this.OutputMethod != XmlOutputMethod.AutoDetect) 603switch (this.OutputMethod) 637if (this.OutputMethod != XmlOutputMethod.AutoDetect)