1 write to TargetFrameworkFallbackSearchPaths
Microsoft.Build.Tasks.UnitTests (1)
GetReferencePaths_Tests.cs (1)
321getReferencePaths.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);