4 instantiations of TraceListenerCollection
System (4)
compmod\system\diagnostics\ListenerElementsCollection.cs (1)
41
TraceListenerCollection listeners = new
TraceListenerCollection
();
compmod\system\diagnostics\TraceInternal.cs (1)
45
listeners = new
TraceListenerCollection
();
compmod\system\diagnostics\TraceSource.cs (2)
111
listeners = new
TraceListenerCollection
();
211
TraceListenerCollection newListenerCollection = new
TraceListenerCollection
();
12 references to TraceListenerCollection
System (12)
compmod\system\diagnostics\Debug.cs (1)
31
public static
TraceListenerCollection
Listeners {
compmod\system\diagnostics\ListenerElementsCollection.cs (2)
40
public
TraceListenerCollection
GetRuntimeObject() {
41
TraceListenerCollection
listeners = new TraceListenerCollection();
compmod\system\diagnostics\Trace.cs (1)
30
public static
TraceListenerCollection
Listeners {
compmod\system\diagnostics\TraceInternal.cs (2)
15
static volatile
TraceListenerCollection
listeners;
29
public static
TraceListenerCollection
Listeners {
compmod\system\diagnostics\TraceListeners.cs (3)
15
/// <para>Provides a thread-safe list of <see cref='System.Diagnostics.
TraceListenerCollection
'/>. A thread-safe list is synchronized.</para>
89
public void AddRange(
TraceListenerCollection
value) {
118
/// <para>Copies a section of the current <see cref='System.Diagnostics.
TraceListenerCollection
'/> list to the specified array at the specified
compmod\system\diagnostics\TraceSource.cs (3)
23
private volatile
TraceListenerCollection
listeners;
211
TraceListenerCollection
newListenerCollection = new TraceListenerCollection();
491
public
TraceListenerCollection
Listeners {