13 overrides of Settings
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
151
public override XmlWriterSettings
Settings
System\Xml\XmlMtomWriter.cs (1)
525
public override XmlWriterSettings
Settings
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
35
public override XmlWriterSettings
Settings
System.Xml (9)
System\Xml\Core\QueryOutputWriter.cs (1)
105
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
33
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlAutoDetectWriter.cs (1)
72
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
201
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlEventCache.cs (1)
306
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
157
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlWellFormedWriter.cs (1)
309
public override XmlWriterSettings
Settings
{
System\Xml\Core\XmlWrappingWriter.cs (1)
68
public override XmlWriterSettings
Settings
{ get { return writer.Settings; } }
System\Xml\Dom\DocumentXmlWriter.cs (1)
88
public override XmlWriterSettings
Settings
{
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
7879
public override XmlWriterSettings
Settings
{
15 references to Settings
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
31
get { return this.wrapped.
Settings
; }
System\Xml\Xsl\XmlILCommand.cs (1)
185
wellFormedWriter.
Settings
.ConformanceLevel != ConformanceLevel.Document) {
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryWriter.cs (2)
537
this.writeBlockHandler = this.writer.
Settings
!= null && this.writer.
Settings
.Async ? handleWriteBlockAsync : handleWriteBlock;
System\Xml\XmlMtomWriter.cs (1)
529
return Writer.
Settings
;
System.ServiceModel (2)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (2)
146
if (writer.
Settings
== null)
164
return writer.
Settings
;
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (2)
197
prettySegment.Append(writer.
Settings
.IndentChars);
201
prettySegment.Append(writer.
Settings
.IndentChars);
System.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (1)
107
XmlWriterSettings settings = this.wrapped.
Settings
;
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
35
XmlWriterSettings settings = coreWriter.
Settings
;
System\Xml\Core\XmlCharCheckingWriter.cs (1)
83
XmlWriterSettings s = base.writer.
Settings
;
System\Xml\Core\XmlWellFormedWriter.cs (1)
311
XmlWriterSettings settings = writer.
Settings
;
System\Xml\Core\XmlWrappingWriter.cs (1)
68
public override XmlWriterSettings Settings { get { return writer.
Settings
; } }
System\Xml\Core\XmlWriterSettings.cs (1)
706
XmlWriterSettings baseWriterSettings = baseWriter.
Settings
;