1 instantiation of SourceElement
System.Configuration.ConfigurationManager (1)
System\Diagnostics\SourceElementsCollection.cs (1)
24SourceElement se = new SourceElement();
9 references to SourceElement
System.Configuration.ConfigurationManager (9)
System\Diagnostics\DiagnosticsConfiguration.cs (1)
193foreach (SourceElement srelem in configSectionSav.Sources)
System\Diagnostics\SourceElementsCollection.cs (7)
11[ConfigurationCollection(typeof(SourceElement), 16public new SourceElement this[string name] => (SourceElement)BaseGet(name); 24SourceElement se = new SourceElement(); 29protected override object GetElementKey(ConfigurationElement element) => ((SourceElement)element).Name; 131SourceElement le = sourceElement as SourceElement;
System\Diagnostics\TraceConfiguration.cs (1)
40SourceElement sourceElement = sources[traceSource.Name];