1 write to _writer
ILCompiler.Compiler (1)
Compiler\TextLogWriter.cs (1)
15
_writer
= TextWriter.Synchronized(writer);
3 references to _writer
ILCompiler.Compiler (3)
Compiler\TextLogWriter.cs (3)
20
_writer
.WriteLine(message.ToMSBuildString());
25
_writer
.WriteLine(warning.ToMSBuildString());
30
_writer
.WriteLine(error.ToMSBuildString());