6 writes to RootPath
Microsoft.Build.Tasks.UnitTests (6)
GetReferencePaths_Tests.cs (6)
68
getReferencePaths.
RootPath
= tempDirectory;
114
getReferencePaths.
RootPath
= tempDirectory;
216
getReferencePaths.
RootPath
= tempDirectory;
263
getReferencePaths.
RootPath
= tempDirectory;
319
getReferencePaths.
RootPath
= env.CreateFolder().Path;
320
getReferencePaths.
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);