4 writes to dotnetRoots
Microsoft.NET.ProjectData (4)
CachePathResolver.cs (4)
40
this.
dotnetRoots
= ResolveDotNetRootsFromEnvironment();
77
this.
dotnetRoots
= AddSdkDotNetRoot(this.dotnetRoots, this.netSdkPath);
107
this.
dotnetRoots
= [.. dotnetRoots.Select(NormalizeFolderPath).Distinct(StringComparers.Paths)];
114
this.
dotnetRoots
= AddSdkDotNetRoot(this.dotnetRoots, this.netSdkPath);
9 references to dotnetRoots
Microsoft.NET.ProjectData (9)
CachePathResolver.cs (9)
77
this.dotnetRoots = AddSdkDotNetRoot(this.
dotnetRoots
, this.netSdkPath);
114
this.dotnetRoots = AddSdkDotNetRoot(this.
dotnetRoots
, this.netSdkPath);
456
foreach (string root in this.
dotnetRoots
)
465
if (this.
dotnetRoots
.Length > 0)
467
return JoinWithNativeSeparators(this.
dotnetRoots
[0], relativePart);
486
foreach (string root in this.
dotnetRoots
)
504
string root = this.
dotnetRoots
.Length > 0 ? this.
dotnetRoots
[0] : string.Empty;
529
foreach (string root in this.
dotnetRoots
)