2 writes to nugetFolders
Microsoft.NET.ProjectData (2)
CachePathResolver.cs (2)
39 this.nugetFolders = ResolveNuGetFoldersFromEnvironment(); 108 this.nugetFolders = [.. nugetFolders.Select(NormalizeFolderPath).Distinct(StringComparers.Paths)];
5 references to nugetFolders
Microsoft.NET.ProjectData (5)
CachePathResolver.cs (5)
397 foreach (string nugetFolder in this.nugetFolders) 406 if (this.nugetFolders.Length > 0) 408 return JoinWithNativeSeparators(this.nugetFolders[0], relative); 1084 foreach (string nugetFolder in this.nugetFolders) 1104 foreach (string nugetFolder in this.nugetFolders)