4 references to IsAssemblyRegistered
System.Management (4)
Instrumentation\Instrumentation.cs (2)
101return naming.IsAssemblyRegistered(); 202if(false == naming.IsAssemblyRegistered())
Instrumentation\ManagementInstaller.cs (1)
108if( ( naming.IsAssemblyRegistered() == false ) || ( Context.Parameters.ContainsKey ( "force" ) ) || ( Context.Parameters.ContainsKey ( "f" ) ) )
Instrumentation\SchemaRegistration.cs (1)
371 bNewClassToCompile = !IsAssemblyRegistered();