1 instantiation of InstallLogWrapper
System.Management (1)
Instrumentation\SchemaRegistration.cs (1)
285
InstallLogWrapper context = new
InstallLogWrapper
(installContext);
3 references to InstallLogWrapper
System.Management (3)
Instrumentation\SchemaRegistration.cs (3)
285
InstallLogWrapper
context = new InstallLogWrapper(installContext);
734
static void EnsureNamespace(
InstallLogWrapper
context, string namespaceName)
751
static void EnsureClassExists(
InstallLogWrapper
context, string classPath, ClassMaker classMakerFunction)