1 instantiation of DebuggerTraceWriter
System.ComponentModel.Composition (1)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\CompositionTraceSource.cs (1)
8
private static readonly DebuggerTraceWriter s_source = new
DebuggerTraceWriter
();
2 references to DebuggerTraceWriter
System.ComponentModel.Composition (2)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\CompositionTraceSource.cs (1)
8
private static readonly
DebuggerTraceWriter
s_source = new DebuggerTraceWriter();
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\DebuggerTraceWriter.cs (1)
12
private static readonly string s_sourceName = typeof(
DebuggerTraceWriter
).Assembly.GetName().Name!;