4 references to FileExistenceCache
Microsoft.Build.Framework (4)
FileUtilities.cs (4)
1245
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.DirectoryExists(fullPath))
1269
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.FileExists(fullPath))
1293
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.FileOrDirectoryExists(fullPath))
1766
FileExistenceCache
.Clear();