1 write to writerSettings
System.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
37
this.
writerSettings
= (XmlWriterSettings)writerSettings.Clone();
9 references to writerSettings
System.Xml (9)
System\Xml\Core\XmlAutoDetectWriter.cs (9)
38
this.
writerSettings
.ReadOnly = true;
73
get { return this.
writerSettings
; }
364
this.
writerSettings
.ReadOnly = false;
365
this.
writerSettings
.OutputMethod = outMethod;
368
if (outMethod == XmlOutputMethod.Html && this.
writerSettings
.IndentInternal == TriState.Unknown)
369
this.
writerSettings
.Indent = true;
371
this.
writerSettings
.ReadOnly = true;
374
this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.textWriter, this.
writerSettings
)).RawWriter;
376
this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.strm, this.
writerSettings
)).RawWriter;