6 references to TraceSection
System.Web (6)
Configuration\RuntimeConfig.cs (3)
415internal TraceSection Trace { 417return (TraceSection) GetSection("system.web/trace", typeof(TraceSection));
Configuration\SystemWebSectionGroup.cs (2)
233public TraceSection Trace { 235return (TraceSection) Sections["trace"];
HttpRuntime.cs (1)
1110TraceSection traceConfig = RuntimeConfig.GetAppConfig().Trace;