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