6 references to GetOrAdd
MSBuildTaskHost (6)
FileUtilities.cs (3)
1001
? FileExistenceCache.
GetOrAdd
(fullPath, fullPath => fileSystem.DirectoryExists(fullPath))
1025
? FileExistenceCache.
GetOrAdd
(fullPath, fullPath => fileSystem.FileExists(fullPath))
1049
? FileExistenceCache.
GetOrAdd
(fullPath, fullPath => fileSystem.FileOrDirectoryExists(fullPath))
TypeLoader.cs (3)
163
cache.
GetOrAdd
(_isDesiredType, (_) => new Concurrent.ConcurrentDictionary<AssemblyLoadInfo, AssemblyInfoToLoadedTypes>());
167
loadInfoToType.
GetOrAdd
(assembly, (_) => new AssemblyInfoToLoadedTypes(_isDesiredType, _));
241
Type type = _typeNameToType.
GetOrAdd
(typeName, (key) =>