1 instantiation of EventSource
System.Management (1)
Instrumentation\Instrumentation.cs (1)
270
threadParam.source = new
EventSource
(threadParam.naming.NamespaceName, threadParam.naming.DecoupledProviderInstanceName, this);
8 references to EventSource
System.Management (8)
Instrumentation\EventSource.cs (5)
187
foreach(
EventSource
eventSource in eventSources)
372
EventSource
threadParam = (
EventSource
) param;
386
EventSource
threadParam = (
EventSource
) param ;
Instrumentation\Instrumentation.cs (3)
265
public
EventSource
source;
449
public
EventSource
source;
603
public TypeInfo(
EventSource
source, SchemaNaming naming, Type converterType)