3 references to IsInNugetCache
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1286isFromNuget = FileClassifier.Shared.IsInNugetCache(projectTargetInstance.Value.FullPath);
Instance\TaskRegistry.cs (2)
1288=> FileClassifier.Shared.IsInNugetCache(_taskFactoryAssemblyLoadInfo.AssemblyFile) || 1289FileClassifier.Shared.IsInNugetCache(_definingFileFullPath);