4 instantiations of TraceListenerCollection
System (4)
compmod\system\diagnostics\ListenerElementsCollection.cs (1)
41TraceListenerCollection listeners = new TraceListenerCollection();
compmod\system\diagnostics\TraceInternal.cs (1)
45listeners = new TraceListenerCollection();
compmod\system\diagnostics\TraceSource.cs (2)
111listeners = new TraceListenerCollection(); 211TraceListenerCollection newListenerCollection = new TraceListenerCollection();
12 references to TraceListenerCollection
System (12)
compmod\system\diagnostics\Debug.cs (1)
31public static TraceListenerCollection Listeners {
compmod\system\diagnostics\ListenerElementsCollection.cs (2)
40public TraceListenerCollection GetRuntimeObject() { 41TraceListenerCollection listeners = new TraceListenerCollection();
compmod\system\diagnostics\Trace.cs (1)
30public static TraceListenerCollection Listeners {
compmod\system\diagnostics\TraceInternal.cs (2)
15static volatile TraceListenerCollection listeners; 29public 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> 89public 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)
23private volatile TraceListenerCollection listeners; 211TraceListenerCollection newListenerCollection = new TraceListenerCollection(); 491public TraceListenerCollection Listeners {