2 references to _fileExistenceCache
Microsoft.Build.Framework (2)
FileSystem\CachingFileSystemWrapper.cs (2)
28if ((_fileExistenceCache.TryGetValue(path, out bool fileExists) && fileExists) || 54return _fileExistenceCache.GetOrAdd(path, p => _fileSystem.FileExists(p));