1 write to TargetFrameworkFallbackSearchPaths
Microsoft.Build.Tasks.UnitTests (1)
GetReferencePaths_Tests.cs (1)
321
getReferencePaths.
TargetFrameworkFallbackSearchPaths
= $"/foo/bar;{frameworkRootDir}";
2 references to TargetFrameworkFallbackSearchPaths
Microsoft.Build.Tasks.Core (2)
GetReferenceAssemblyPaths.cs (2)
198
_tfmPaths = GetPaths(RootPath,
TargetFrameworkFallbackSearchPaths
, moniker);
209
_tfmPathsNoProfile = GetPaths(RootPath,
TargetFrameworkFallbackSearchPaths
, monikerWithNoProfile);