1 instantiation of TraceSection
System (1)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (1)
16
private static readonly ConfigurationProperty _propTrace = new ConfigurationProperty("trace", typeof(TraceSection), new
TraceSection
(), ConfigurationPropertyOptions.None);
3 references to TraceSection
System (3)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (3)
16
private static readonly ConfigurationProperty _propTrace = new ConfigurationProperty("trace", typeof(
TraceSection
), new TraceSection(), ConfigurationPropertyOptions.None);
70
public
TraceSection
Trace {
72
return (
TraceSection
) base[_propTrace];