2 instantiations of BoundedCache
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IMethodSymbolExtensions.cs (1)
561
=
new
();
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
447
=
new
();
2 references to BoundedCache
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IMethodSymbolExtensions.cs (1)
560
private static readonly
BoundedCache
<Compilation, ConcurrentDictionary<IMethodSymbol, IBlockOperation?>> s_methodToTopmostOperationBlockCache
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
446
private static readonly
BoundedCache
<Compilation, ConcurrentDictionary<IOperation, ControlFlowGraph?>> s_operationToCfgCache