1 override of Write
mscorlib (1)
system\io\textwriter.cs (1)
767public override void Write(String format, Object arg0, Object arg1, Object arg2) {
2 references to Write
mscorlib (2)
system\console.cs (1)
2167Out.Write(format, arg0, arg1, arg2);
system\io\textwriter.cs (1)
768_out.Write(format, arg0, arg1, arg2);