1 write to _textWriter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (1)
46
_textWriter
= textWriter;
25 references to _textWriter
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (25)
112
_textWriter
.Write(highChar);
113
_textWriter
.Write(lowChar);
162
_textWriter
.Write(array, startPos, i - startPos);
172
_textWriter
.Write(ch);
182
_textWriter
.Write(ch);
202
_textWriter
.Write('\'');
212
_textWriter
.Write('"');
257
_textWriter
.Write("&#x");
258
_textWriter
.Write(surrogateChar.ToString("X", NumberFormatInfo.InvariantInfo));
259
_textWriter
.Write(';');
294
_textWriter
.Write(text);
332
_textWriter
.Write(ch);
342
_textWriter
.Write(ch);
361
_textWriter
.Write('\'');
371
_textWriter
.Write('"');
469
_textWriter
.Write(text);
479
_textWriter
.Write(value);
508
_textWriter
.Write(array, offset, count);
565
_textWriter
.Write(helperBuffer, 0, copyCount);
578
_textWriter
.Write("&#x");
579
_textWriter
.Write(strVal);
580
_textWriter
.Write(';');
585
_textWriter
.Write('&');
586
_textWriter
.Write(name);
587
_textWriter
.Write(';');