2 writes to wrapped
System.Xml (2)
System\Xml\Core\XmlAutoDetectWriter.cs (2)
374
this.
wrapped
= ((XmlWellFormedWriter)XmlWriter.Create(this.textWriter, this.writerSettings)).RawWriter;
376
this.
wrapped
= ((XmlWellFormedWriter)XmlWriter.Create(this.strm, this.writerSettings)).RawWriter;
51 references to wrapped
System.Xml (51)
System\Xml\Core\XmlAutoDetectWriter.cs (51)
78
this.
wrapped
.WriteDocType(name, pubid, sysid, subset);
82
if (this.
wrapped
== null) {
89
this.
wrapped
.WriteStartElement(prefix, localName, ns);
94
this.
wrapped
.WriteStartAttribute(prefix, localName, ns);
98
Debug.Assert(this.
wrapped
!= null);
99
this.
wrapped
.WriteEndAttribute();
104
this.
wrapped
.WriteCData(text);
110
if (this.
wrapped
== null)
113
this.
wrapped
.WriteComment(text);
117
if (this.
wrapped
== null)
120
this.
wrapped
.WriteProcessingInstruction(name, text);
124
if (this.
wrapped
== null)
127
this.
wrapped
.WriteWhitespace(ws);
132
this.
wrapped
.WriteString(text);
147
this.
wrapped
.WriteRaw(data);
154
this.
wrapped
.WriteEntityRef(name);
159
this.
wrapped
.WriteCharEntity(ch);
164
this.
wrapped
.WriteSurrogateCharEntity(lowChar, highChar);
169
this.
wrapped
.WriteBase64(buffer, index, count);
174
this.
wrapped
.WriteBinHex(buffer, index, count);
180
this.
wrapped
.Close();
186
this.
wrapped
.Flush();
191
this.
wrapped
.WriteValue(value);
196
this.
wrapped
.WriteValue(value);
201
this.
wrapped
.WriteValue(value);
206
this.
wrapped
.WriteValue(value);
211
this.
wrapped
.WriteValue(value);
216
this.
wrapped
.WriteValue(value);
221
this.
wrapped
.WriteValue(value);
226
this.
wrapped
.WriteValue(value);
231
this.
wrapped
.WriteValue(value);
236
this.
wrapped
.WriteValue(value);
250
if (this.
wrapped
== null)
253
this.
wrapped
.NamespaceResolver = value;
260
this.
wrapped
.WriteXmlDeclaration(standalone);
266
this.
wrapped
.WriteXmlDeclaration(xmldecl);
270
Debug.Assert(this.
wrapped
!= null);
271
this.
wrapped
.StartElementContent();
275
Debug.Assert(this.
wrapped
!= null);
276
this.
wrapped
.WriteEndElement(prefix, localName, ns);
280
Debug.Assert(this.
wrapped
!= null);
281
this.
wrapped
.WriteFullEndElement(prefix, localName, ns);
286
this.
wrapped
.WriteNamespaceDeclaration(prefix, ns);
291
return this.
wrapped
.SupportsNamespaceDeclarationInChunks;
297
this.
wrapped
.WriteStartNamespaceDeclaration(prefix);
301
this.
wrapped
.WriteEndNamespaceDeclaration();
334
if (this.
wrapped
== null)
344
if (this.
wrapped
== null) {
361
Debug.Assert(this.
wrapped
== null);
380
this.eventCache.EventsToWriter(this.
wrapped
);
384
(this.onRemove)(this.
wrapped
);