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