2 references to PrecompiledAssemblyPath
System.Management (2)
Instrumentation\SchemaRegistration.cs (2)
224
if(File.Exists(
PrecompiledAssemblyPath
))
225
return Assembly.LoadFrom(
PrecompiledAssemblyPath
);