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