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