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
);
391
string? containingNugetCache = GetFirstMatchingLocationfromList(filePath,
_nugetCacheLocations
);