3 instantiations of ListenerElement
System (3)
compmod\system\diagnostics\ListenerElementsCollection.cs (3)
33return new ListenerElement(true); 69ListenerElement defaultListener = new ListenerElement(false); 103return new ListenerElement(false);
17 references to ListenerElement
System (17)
compmod\system\diagnostics\DiagnosticsConfiguration.cs (1)
240foreach (ListenerElement lnelem in configSectionSav.SharedListeners)
compmod\system\diagnostics\ListenerElementsCollection.cs (15)
17[ConfigurationCollection(typeof(ListenerElement))] 20new public ListenerElement this[string name] { 22return (ListenerElement) BaseGet(name); 37return ((ListenerElement) element).Name; 44foreach(ListenerElement element in this) { 69ListenerElement defaultListener = new ListenerElement(false); 78ListenerElement listenerElement = element as ListenerElement; 92[ConfigurationCollection(typeof(ListenerElement), AddItemName = "add", 195ListenerElement compareToElem = compareTo as ListenerElement; 223ListenerElement sharedListener = DiagnosticsConfiguration.SharedListeners[Name]; 302ListenerElement le = sourceElement as ListenerElement; 334ListenerElement sharedListener = DiagnosticsConfiguration.SharedListeners[Name];
compmod\system\diagnostics\TraceSource.cs (1)
212foreach (ListenerElement listenerElement in sourceElement.Listeners) {