4 references to GetPackPath
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
281string? targetingPackPath = GetPackPath(knownFrameworkReference.TargetingPackName, targetingPackVersion); 715string? runtimePackPath = GetPackPath(runtimePackName, resolvedRuntimePackVersion); 843string? runtimePackPath = GetPackPath(runtimePackName, packVersion); 894string? targetILCompilerPackPath = GetPackPath(targetIlcPackName, packVersion);