14 overrides of Settings
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
121public override XmlWriterSettings? Settings
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
49public override XmlWriterSettings? Settings
System.Private.Xml (10)
System\Xml\Core\QueryOutputWriter.cs (1)
116public override XmlWriterSettings Settings
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
37public override XmlWriterSettings Settings
System\Xml\Core\XmlAutoDetectWriter.cs (1)
73public override XmlWriterSettings Settings
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
188public override XmlWriterSettings Settings
System\Xml\Core\XmlEventCache.cs (1)
313public override XmlWriterSettings? Settings
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
135public override XmlWriterSettings Settings
System\Xml\Core\XmlWellFormedWriter.cs (1)
304public override XmlWriterSettings Settings
System\Xml\Core\XmlWrappingWriter.cs (1)
30public override XmlWriterSettings? Settings { get { return writer.Settings; } }
System\Xml\Dom\DocumentXmlWriter.cs (1)
92public override XmlWriterSettings Settings
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
29public override XmlWriterSettings? Settings
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
22public override XmlWriterSettings Settings
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
697public override XmlWriterSettings Settings
9 references to Settings
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
54return CoreWriter.Settings;
System.Private.Xml (7)
System\Xml\Core\QueryOutputWriter.cs (1)
120XmlWriterSettings settings = _wrapped.Settings!;
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
41XmlWriterSettings? settings = _coreWriter.Settings;
System\Xml\Core\XmlCharCheckingWriter.cs (1)
49XmlWriterSettings? s = base.writer.Settings;
System\Xml\Core\XmlWellFormedWriter.cs (1)
308XmlWriterSettings settings = _writer.Settings!;
System\Xml\Core\XmlWrappingWriter.cs (1)
30public override XmlWriterSettings? Settings { get { return writer.Settings; } }
System\Xml\Core\XmlWriterSettings.cs (1)
530XmlWriterSettings? baseWriterSettings = baseWriter.Settings;
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
31get { return _wrapped.Settings; }
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
701return Writer.Settings;