4 references to LoadFromPath
Microsoft.Build (4)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
370return 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)
173return s_coreClrAssemblyLoader.LoadFromPath(assemblyLoadInfo.AssemblyFile);