1 implementation of AsCached
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
128IStateTable IStateTable.AsCached() => AsCached();
1 reference to AsCached
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\StateTableStore.cs (1)
57_tableBuilder[key] = _tableBuilder[key].AsCached();