4 references to LoadFromPath
Microsoft.Build (4)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
370
return s_loader.
LoadFromPath
(resolverPath);
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (1)
250
return s_loader.
LoadFromPath
(resolverPath);
BuildCheck\Acquisition\BuildCheckAcquisitionModule.cs (1)
38
assembly = s_coreClrAssemblyLoader.
LoadFromPath
(checkAcquisitionData.AssemblyPath);
TypeLoader.cs (1)
173
return s_coreClrAssemblyLoader.
LoadFromPath
(assemblyLoadInfo.AssemblyFile);