2 references to GetLocation
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\GlobalAssemblyCache.cs (1)
253return GetLocation(null, strongName, targetProcessorArchitecture, getRuntimeVersion, targetedRuntimeVersion, fullFusionName, fileExists, getPathFromFusionName, getGacEnumerator, specificVersion);
AssemblyDependency\ResolveAssemblyReference.cs (1)
3197return GlobalAssemblyCache.GetLocation(BuildEngine as IBuildEngine4, assemblyName, targetProcessorArchitecture, getRuntimeVersion, targetedRuntimeVersion, fullFusionName, fileExists, null, null, specificVersion /* this value does not matter if we are passing a full fusion name*/);