1 instantiation of SwitchElementsCollection
System.Configuration.ConfigurationManager (1)
System\Diagnostics\SystemDiagnosticsSection.cs (1)
13private static readonly ConfigurationProperty s_propSwitches = new("switches", typeof(SwitchElementsCollection), new SwitchElementsCollection(), ConfigurationPropertyOptions.None);
5 references to SwitchElementsCollection
System.Configuration.ConfigurationManager (5)
System\Diagnostics\DiagnosticsConfiguration.cs (1)
15internal static SwitchElementsCollection SwitchSettings
System\Diagnostics\SystemDiagnosticsSection.cs (3)
13private static readonly ConfigurationProperty s_propSwitches = new("switches", typeof(SwitchElementsCollection), new SwitchElementsCollection(), ConfigurationPropertyOptions.None); 33public SwitchElementsCollection Switches => (SwitchElementsCollection)base[s_propSwitches];
System\Diagnostics\TraceConfiguration.cs (1)
179SwitchElementsCollection switchSettings = DiagnosticsConfiguration.SwitchSettings;