53 references to XmlOutputMethod
dotnet-svcutil-lib (53)
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 (30)
35Debug.Assert(writerSettings.OutputMethod == XmlOutputMethod.AutoDetect); 82EnsureWrappedWriter(XmlOutputMethod.Xml); 92CreateWrappedWriter(XmlOutputMethod.Html); 94CreateWrappedWriter(XmlOutputMethod.Xml); 101EnsureWrappedWriter(XmlOutputMethod.Xml); 171EnsureWrappedWriter(XmlOutputMethod.Xml); 177EnsureWrappedWriter(XmlOutputMethod.Xml); 183EnsureWrappedWriter(XmlOutputMethod.Xml); 189EnsureWrappedWriter(XmlOutputMethod.Xml); 195EnsureWrappedWriter(XmlOutputMethod.Xml); 202EnsureWrappedWriter(XmlOutputMethod.Xml); 209EnsureWrappedWriter(XmlOutputMethod.Xml); 215EnsureWrappedWriter(XmlOutputMethod.Xml); 221EnsureWrappedWriter(XmlOutputMethod.Xml); 227EnsureWrappedWriter(XmlOutputMethod.Xml); 233EnsureWrappedWriter(XmlOutputMethod.Xml); 239EnsureWrappedWriter(XmlOutputMethod.Xml); 245EnsureWrappedWriter(XmlOutputMethod.Xml); 251EnsureWrappedWriter(XmlOutputMethod.Xml); 257EnsureWrappedWriter(XmlOutputMethod.Xml); 263EnsureWrappedWriter(XmlOutputMethod.Xml); 269EnsureWrappedWriter(XmlOutputMethod.Xml); 297EnsureWrappedWriter(XmlOutputMethod.Xml); 304EnsureWrappedWriter(XmlOutputMethod.Xml); 328EnsureWrappedWriter(XmlOutputMethod.Xml); 342EnsureWrappedWriter(XmlOutputMethod.Xml); 381private void EnsureWrappedWriter(XmlOutputMethod outMethod) 403CreateWrappedWriter(XmlOutputMethod.Xml); 412private void CreateWrappedWriter(XmlOutputMethod outMethod) 421if (outMethod == XmlOutputMethod.Html && _writerSettings.IndentInternal == TriState.Unknown)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
93protected XmlOutputMethod outputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
77protected XmlOutputMethod outputMethod;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (17)
68private XmlOutputMethod _outputMethod; 288public XmlOutputMethod OutputMethod 508case XmlOutputMethod.Xml: 518case XmlOutputMethod.Html: 528case XmlOutputMethod.Text: 531case XmlOutputMethod.AutoDetect: 544case XmlOutputMethod.Xml: 554case XmlOutputMethod.Html: 564case XmlOutputMethod.Text: 567case XmlOutputMethod.AutoDetect: 578if (this.OutputMethod != XmlOutputMethod.AutoDetect) 605case XmlOutputMethod.Xml: 615case XmlOutputMethod.Html: 625case XmlOutputMethod.Text: 628case XmlOutputMethod.AutoDetect: 637if (this.OutputMethod != XmlOutputMethod.AutoDetect) 701_outputMethod = XmlOutputMethod.Xml;