2 references to pathFromFusionName
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\GlobalAssemblyCache.cs (1)
313
getPathFromFusionName ??=
pathFromFusionName
;
GetReferenceAssemblyPaths.cs (1)
177
string path = GlobalAssemblyCache.GetLocation(sentinelAssemblyName, SystemProcessorArchitecture.MSIL, runtimeVersion => "v2.0.50727", new Version("2.0.57027"), false, new FileExists(p => FileUtilities.FileExistsNoThrow(p)), GlobalAssemblyCache.
pathFromFusionName
, GlobalAssemblyCache.gacEnumerator, false);