4 references to FileExistenceCache
Microsoft.Build.Framework (4)
FileUtilities.cs (4)
1204
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.DirectoryExists(fullPath))
1228
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.FileExists(fullPath))
1252
?
FileExistenceCache
.GetOrAdd(fullPath, fullPath => fileSystem.FileOrDirectoryExists(fullPath))
1725
FileExistenceCache
.Clear();