4 references to etwProviderCache
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (4)
557
this.etwProvider = (EtwProvider)
etwProviderCache
[etwProviderId];
560
lock (
etwProviderCache
)
562
this.etwProvider = (EtwProvider)
etwProviderCache
[etwProviderId];
566
etwProviderCache
.Add(etwProviderId, this.etwProvider);