1 write to _textWriter
Microsoft.DotNet.AsmDiff (1)
Csv\CsvTextWriter.cs (1)
23
_textWriter
= textWriter;
4 references to _textWriter
Microsoft.DotNet.AsmDiff (4)
Csv\CsvTextWriter.cs (4)
44
_textWriter
.Dispose();
50
_textWriter
.Write(Settings.Delimiter);
54
_textWriter
.Write(escapedText);
62
_textWriter
.WriteLine();