1 write to _tables
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\StateTableStore.cs (1)
18_tables = tables;
1 reference to _tables
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\StateTableStore.cs (1)
21public bool TryGetValue(object key, [NotNullWhen(true)] out IStateTable? table) => _tables.TryGetValue(key, out table);