1 override of WriteLine
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceInternal.cs (1)
41
public override void
WriteLine
(string? message) { TraceInternal.WriteLine(message); }
2 references to WriteLine
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (1)
138
s_provider.
WriteLine
(message);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.cs (1)
36
WriteLine
(SR.DebugAssertBanner + Environment.NewLineConst