4 references to GetPackPath
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
303string? targetingPackPath = GetPackPath(knownFrameworkReference.TargetingPackName, targetingPackVersion); 737string? runtimePackPath = GetPackPath(runtimePackName, resolvedRuntimePackVersion); 884string? runtimePackPath = GetPackPath(runtimePackName, packVersion); 966string? targetILCompilerPackPath = GetPackPath(targetIlcPackName, packVersion);