2 instantiations of TraceListenerCollection
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceInternal.cs (1)
72
s_listeners = new
TraceListenerCollection
();
System\Diagnostics\TraceSource.cs (1)
99
_listeners = new
TraceListenerCollection
();
12 references to TraceListenerCollection
Microsoft.DotNet.VersionTools.Tasks (1)
TraceListenerCollectionExtensions.cs (1)
19
this
TraceListenerCollection
listenerCollection,
netstandard (1)
netstandard.cs (1)
708
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.
TraceListenerCollection
))]
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
109
TraceListenerCollection
listeners = null;
System (1)
src\libraries\shims\System\ref\System.cs (1)
546
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.
TraceListenerCollection
))]
System.Diagnostics.TraceSource (8)
System\Diagnostics\Trace.cs (1)
32
public static
TraceListenerCollection
Listeners
System\Diagnostics\TraceInternal.cs (2)
45
private static volatile
TraceListenerCollection
? s_listeners;
56
public static
TraceListenerCollection
Listeners
System\Diagnostics\TraceListeners.cs (3)
12
/// <para>Provides a thread-safe list of <see cref='System.Diagnostics.
TraceListenerCollection
'/>. A thread-safe list is synchronized.</para>
99
public void AddRange(
TraceListenerCollection
value)
131
/// <para>Copies a section of the current <see cref='System.Diagnostics.
TraceListenerCollection
'/> list to the specified array at the specified
System\Diagnostics\TraceSource.cs (2)
19
private volatile
TraceListenerCollection
? _listeners;
541
public
TraceListenerCollection
Listeners