1 instantiation of TraceSection
System (1)
compmod\system\diagnostics\SystemDiagnosticsSection.cs (1)
16private 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)
16private static readonly ConfigurationProperty _propTrace = new ConfigurationProperty("trace", typeof(TraceSection), new TraceSection(), ConfigurationPropertyOptions.None); 70public TraceSection Trace { 72return (TraceSection) base[_propTrace];