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