1 write to _nugetCacheLocations
Microsoft.Build.Framework (1)
FileClassifier.cs (1)
283_nugetCacheLocations = nugetLocations ?? [];
2 references to _nugetCacheLocations
Microsoft.Build.Framework (2)
FileClassifier.cs (2)
384=> IsInLocationList(filePath, _nugetCacheLocations); 391string? containingNugetCache = GetFirstMatchingLocationfromList(filePath, _nugetCacheLocations);