14 references to ConvertToWMI
System.Management (14)
Instrumentation\EventSource.cs (7)
570ConvertToWMI func = (ConvertToWMI)Delegate.CreateDelegate(typeof(ConvertToWMI), converter, "ToWMI"); 760ConvertToWMI[] funcs = new ConvertToWMI[batchSize]; 796funcs[count] = (ConvertToWMI)Delegate.CreateDelegate(typeof(ConvertToWMI), converter, "ToWMI");
Instrumentation\Instrumentation.cs (7)
435ConvertToWMI[] convertFunctionsBatch; 436ConvertToWMI convertFunctionNoBatch; 547convertFunctionsBatch = new ConvertToWMI[batchSize]; 551convertFunctionsBatch[i] = (ConvertToWMI)Delegate.CreateDelegate(typeof(ConvertToWMI), converter, "ToWMI"); 609convertFunctionNoBatch = (ConvertToWMI)Delegate.CreateDelegate(typeof(ConvertToWMI), converter, "ToWMI");