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