1 instantiation of TypeCache
MSBuildTaskHost (1)
TypeLoader.cs (1)
144var typeNameToType = loadInfoToType.GetOrAdd(assemblyFilePath, assemblyFilePath => new(_isDesiredType, assemblyFilePath));
3 references to TypeCache
MSBuildTaskHost (3)
TypeLoader.cs (3)
22private static readonly ConcurrentDictionary<TypeFilter, ConcurrentDictionary<string, TypeCache>> s_cacheOfLoadedTypesByFilter = new(); 134ConcurrentDictionary<TypeFilter, ConcurrentDictionary<string, TypeCache>> cache, 144var typeNameToType = loadInfoToType.GetOrAdd(assemblyFilePath, assemblyFilePath => new(_isDesiredType, assemblyFilePath));