1 write to _tracingWriter
System.IdentityModel (1)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
50
_tracingWriter
= tracingWriter;
50 references to _tracingWriter
System.IdentityModel (50)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (50)
70
if (
_tracingWriter
!= null)
72
_tracingWriter
.Close();
82
if (
_tracingWriter
!= null)
84
_tracingWriter
.Flush();
97
if (
_tracingWriter
!= null)
99
_tracingWriter
.WriteBase64(buffer, index, count);
110
if (
_tracingWriter
!= null)
112
_tracingWriter
.WriteCData(text);
123
if (
_tracingWriter
!= null)
125
_tracingWriter
.WriteCharEntity(ch);
138
if (
_tracingWriter
!= null)
140
_tracingWriter
.WriteChars(buffer, index, count);
151
if (
_tracingWriter
!= null)
153
_tracingWriter
.WriteComment(text);
170
if (
_tracingWriter
!= null)
172
_tracingWriter
.WriteDocType(name, pubid, sysid, subset);
182
if (
_tracingWriter
!= null)
184
_tracingWriter
.WriteEndAttribute();
194
if (
_tracingWriter
!= null)
196
_tracingWriter
.WriteEndDocument();
206
if (
_tracingWriter
!= null)
208
_tracingWriter
.WriteEndElement();
219
if (
_tracingWriter
!= null)
221
_tracingWriter
.WriteEntityRef(name);
231
if (
_tracingWriter
!= null)
233
_tracingWriter
.WriteFullEndElement();
245
if (
_tracingWriter
!= null)
247
_tracingWriter
.WriteProcessingInstruction(name, text);
260
if (
_tracingWriter
!= null)
262
_tracingWriter
.WriteRaw(buffer, index, count);
273
if (
_tracingWriter
!= null)
275
_tracingWriter
.WriteRaw(data);
288
if (
_tracingWriter
!= null)
290
_tracingWriter
.WriteStartAttribute(prefix, localName, ns);
300
if (
_tracingWriter
!= null)
302
_tracingWriter
.WriteStartDocument();
314
if (
_tracingWriter
!= null)
316
_tracingWriter
.WriteStartDocument(standalone);
330
if (
_tracingWriter
!= null)
332
_tracingWriter
.WriteStartElement(prefix, localName, ns);
351
if (
_tracingWriter
!= null)
353
_tracingWriter
.WriteString(text);
365
if (
_tracingWriter
!= null)
367
_tracingWriter
.WriteSurrogateCharEntity(lowChar, highChar);
378
if (
_tracingWriter
!= null)
380
_tracingWriter
.WriteWhitespace(ws);
392
if (
_tracingWriter
!= null)
394
_tracingWriter
.WriteAttributeString(localName, value);
406
if (
_tracingWriter
!= null)
408
_tracingWriter
.WriteAttributeString(prefix, String.Empty, namespaceUri, String.Empty);