FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs (36)
17return base.IsEnabled(EventLevel.Verbose, Keywords.Infrastructure, EventChannel.Debug);
21Keywords = Keywords.Infrastructure,
36return base.IsEnabled(EventLevel.Verbose, Keywords.Infrastructure, EventChannel.Debug);
40Keywords = Keywords.Infrastructure,
1826return base.IsEnabled(EventLevel.Informational, Keywords.Infrastructure, EventChannel.Analytic);
1830Keywords = Keywords.Infrastructure,
1845return base.IsEnabled(EventLevel.Error, Keywords.Infrastructure, EventChannel.Analytic);
1849Keywords = Keywords.Infrastructure,
1864return base.IsEnabled(EventLevel.Warning, Keywords.Infrastructure, EventChannel.Analytic);
1868Keywords = Keywords.Infrastructure,
1883return base.IsEnabled(EventLevel.Critical, Keywords.Infrastructure, EventChannel.Operational);
1887Keywords = Keywords.Infrastructure,
1902return base.IsEnabled(EventLevel.Critical, Keywords.Infrastructure, EventChannel.Debug);
1906Keywords = Keywords.Infrastructure,
1921return base.IsEnabled(EventLevel.Error, Keywords.Infrastructure, EventChannel.Debug);
1925Keywords = Keywords.Infrastructure,
1940return base.IsEnabled(EventLevel.Informational, Keywords.Infrastructure, EventChannel.Debug);
1944Keywords = Keywords.Infrastructure,
1959return base.IsEnabled(EventLevel.Verbose, Keywords.Infrastructure, EventChannel.Debug);
1963Keywords = Keywords.Infrastructure,
1978return base.IsEnabled(EventLevel.Warning, Keywords.Infrastructure, EventChannel.Debug);
1982Keywords = Keywords.Infrastructure,
1997return base.IsEnabled(EventLevel.Warning, Keywords.Infrastructure, EventChannel.Analytic);
2001Keywords = Keywords.Infrastructure,
2016return base.IsEnabled(EventLevel.Error, Keywords.Infrastructure, EventChannel.Operational);
2020Keywords = Keywords.Infrastructure,
2035return base.IsEnabled(EventLevel.Verbose, Keywords.Infrastructure, EventChannel.Analytic);
2039Keywords = Keywords.Infrastructure,
2054return base.IsEnabled(EventLevel.Verbose, Keywords.Infrastructure, EventChannel.Analytic);
2058Keywords = Keywords.Infrastructure,
2073return base.IsEnabled(EventLevel.Critical, Keywords.Infrastructure, EventChannel.Operational);
2077Keywords = Keywords.Infrastructure,
2092return base.IsEnabled(EventLevel.Verbose, Keywords.Infrastructure, EventChannel.Analytic);
2096Keywords = Keywords.Infrastructure,
2111return base.IsEnabled(EventLevel.Warning, Keywords.Infrastructure, EventChannel.Analytic);
2115Keywords = Keywords.Infrastructure,