6 writes to RootPath
Microsoft.Build.Tasks.UnitTests (6)
GetReferencePaths_Tests.cs (6)
68getReferencePaths.RootPath = tempDirectory; 114getReferencePaths.RootPath = tempDirectory; 216getReferencePaths.RootPath = tempDirectory; 263getReferencePaths.RootPath = tempDirectory; 319getReferencePaths.RootPath = env.CreateFolder().Path; 320getReferencePaths.RootPath = frameworkRootDir;
2 references to RootPath
Microsoft.Build.Tasks.Core (2)
GetReferenceAssemblyPaths.cs (2)
198_tfmPaths = GetPaths(RootPath, TargetFrameworkFallbackSearchPaths, moniker); 209_tfmPathsNoProfile = GetPaths(RootPath, TargetFrameworkFallbackSearchPaths, monikerWithNoProfile);