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