5 overrides of Write
mscorlib (1)
system\io\textwriter.cs (1)
762
public override void
Write
(String format, Object arg0, Object arg1) {
System (1)
compmod\system\codedom\compiler\IndentTextWriter.cs (1)
261
public override void
Write
(string format, object arg0, object arg1) {
System.Web (2)
UI\CssTextWriter.cs (1)
259
public override void
Write
(string format, object arg0, object arg1) {
UI\HTMLTextWriter.cs (1)
466
public override void
Write
(string format, object arg0, object arg1) {
System.Web.Mobile (1)
UI\MobileControls\Adapters\EmptyTextWriter.cs (1)
171
public override void
Write
(String format, Object arg0, Object arg1)
7 references to Write
mscorlib (3)
system\console.cs (2)
2160
Out.
Write
(format, arg0, arg1);
2205
Out.
Write
(format, null, null); // faster than Out.Write(format, (Object)arg);
system\io\textwriter.cs (1)
763
_out.
Write
(format, arg0, arg1);
System (1)
compmod\system\codedom\compiler\IndentTextWriter.cs (1)
263
writer.
Write
(format, arg0, arg1);
System.Data.Services.Client (1)
System\Data\Services\Client\Util.cs (1)
574
writer.
Write
(" {0}=\"{1}\"", reader.Name, reader.Value);
System.Web (2)
UI\CssTextWriter.cs (1)
260
_writer.
Write
(format, arg0, arg1);
UI\HTMLTextWriter.cs (1)
470
writer.
Write
(format, arg0, arg1);