1 implementation of AsCached
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
175IStateTable IStateTable.AsCached() => AsCached();
1 reference to AsCached
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\StateTableStore.cs (1)
52var cachedValue = kvp.Value.AsCached();