4 instantiations of BoundedCacheWithFactory
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\RouteUsageCache.cs (1)
16private static readonly BoundedCacheWithFactory<Compilation, RouteUsageCache> LazyRouteUsageCache = new();
src\Shared\RoslynUtils\ParsabilityHelper.cs (2)
20private static readonly BoundedCacheWithFactory<ITypeSymbol, (BindabilityMethod?, IMethodSymbol?)> BindabilityCache = new(); 21private static readonly BoundedCacheWithFactory<ITypeSymbol, (Parsability, ParsabilityMethod?)> ParsabilityCache = new();
src\Shared\RoslynUtils\WellKnownTypes.cs (1)
15private static readonly BoundedCacheWithFactory<Compilation, WellKnownTypes> LazyWellKnownTypesCache = new();
4 references to BoundedCacheWithFactory
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\RouteUsageCache.cs (1)
16private static readonly BoundedCacheWithFactory<Compilation, RouteUsageCache> LazyRouteUsageCache = new();
src\Shared\RoslynUtils\ParsabilityHelper.cs (2)
20private static readonly BoundedCacheWithFactory<ITypeSymbol, (BindabilityMethod?, IMethodSymbol?)> BindabilityCache = new(); 21private static readonly BoundedCacheWithFactory<ITypeSymbol, (Parsability, ParsabilityMethod?)> ParsabilityCache = new();
src\Shared\RoslynUtils\WellKnownTypes.cs (1)
15private static readonly BoundedCacheWithFactory<Compilation, WellKnownTypes> LazyWellKnownTypesCache = new();