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