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