8 references to Instrumentation
System.Management (8)
Instrumentation\EventSource.cs (3)
544if(Instrumentation.ProcessIdentity != processId) 589o = Instrumentation.ProcessIdentity; 772Object processIdentity = Instrumentation.ProcessIdentity;
Instrumentation\Instrumentation.cs (5)
49lock(typeof(Instrumentation)) 147/// <para>Makes an instance that was previously published through the <see cref='System.Management.Instrumentation.Instrumentation.Publish'/> 767 fireFunction = Instrumentation.GetFireFunction(this.GetType()); 903publishFunction = Instrumentation.GetPublishFunction(this.GetType()); 914revokeFunction = Instrumentation.GetRevokeFunction(this.GetType());