1 instantiation of SourceElementsCollection
System.Configuration.ConfigurationManager (1)
System\Diagnostics\SystemDiagnosticsSection.cs (1)
11
private static readonly ConfigurationProperty s_propSources = new("sources", typeof(SourceElementsCollection), new
SourceElementsCollection
(), ConfigurationPropertyOptions.None);
5 references to SourceElementsCollection
System.Configuration.ConfigurationManager (5)
System\Diagnostics\DiagnosticsConfiguration.cs (1)
100
internal static
SourceElementsCollection
Sources
System\Diagnostics\SystemDiagnosticsSection.cs (3)
11
private static readonly ConfigurationProperty s_propSources = new("sources", typeof(
SourceElementsCollection
), new SourceElementsCollection(), ConfigurationPropertyOptions.None);
27
public
SourceElementsCollection
Sources => (
SourceElementsCollection
)base[s_propSources];
System\Diagnostics\TraceConfiguration.cs (1)
36
SourceElementsCollection
sources = DiagnosticsConfiguration.Sources;