Base:
method
Write
System.IO.TextWriter.Write(System.String)
1 override of Write
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlWriter.cs (1)
57public override void Write(string value)
18 references to Write
mscorlib (1)
system\io\stringwriter.cs (1)
150Write(value);
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlWriter.cs (2)
70base.Write(new string('\t', indent)); 74base.Write(value);
System.Web (1)
httpserverutility.cs (1)
1172writer.Write(" ");
System.Web.Mobile (3)
UI\MobileControls\MobileControl.cs (3)
1114writer.Write(returnedText); 1127writer.Write(text); 1166writer.Write(text);
System.Web.Services (11)
System\Web\Services\Protocols\RuntimeUtils.cs (11)
46xml.Write("<"); 47xml.Write(element.Name); 49xml.Write(" xmlns"); 51xml.Write(":"); 52xml.Write(element.Prefix); 54xml.Write("='"); 55xml.Write(element.NamespaceURI); 56xml.Write("'"); 58xml.Write(">..</"); 59xml.Write(element.Name); 60xml.Write(">");