1 instantiation of AssemblyInfoToLoadedTypes
MSBuild (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
346
loadInfoToType.GetOrAdd(assembly, (_) => new
AssemblyInfoToLoadedTypes
(_isDesiredType, _));
8 references to AssemblyInfoToLoadedTypes
MSBuild (8)
src\msbuild\src\Shared\TypeLoader.cs (8)
56
private static readonly ConcurrentDictionary<Func<Type, object, bool>, ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
>> s_cacheOfLoadedTypesByFilter = new ConcurrentDictionary<Func<Type, object, bool>, ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
>>();
61
private static readonly ConcurrentDictionary<Func<Type, object, bool>, ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
>> s_cacheOfReflectionOnlyLoadedTypesByFilter = new ConcurrentDictionary<Func<Type, object, bool>, ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
>>();
332
ConcurrentDictionary<Func<Type, object, bool>, ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
>> cache,
341
ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
> loadInfoToType =
342
cache.GetOrAdd(_isDesiredType, (_) => new ConcurrentDictionary<AssemblyLoadInfo,
AssemblyInfoToLoadedTypes
>());
345
AssemblyInfoToLoadedTypes
typeNameToType =