2 instantiations of BoundedCache
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IMethodSymbolExtensions.cs (1)
431
=
new
();
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
275
=
new
();
2 references to BoundedCache
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IMethodSymbolExtensions.cs (1)
430
private static readonly
BoundedCache
<Compilation, ConcurrentDictionary<IMethodSymbol, IBlockOperation?>> s_methodToTopmostOperationBlockCache
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
274
private static readonly
BoundedCache
<Compilation, ConcurrentDictionary<IOperation, ControlFlowGraph?>> s_operationToCfgCache