1 override of Write
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceInternal.cs (1)
40public override void Write(string? message) { TraceInternal.Write(message); }
2 references to Write
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (1)
142s_provider.Write(message);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.cs (1)
68Write(message + Environment.NewLineConst);