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());