1 write to TableBuilder
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
273TableBuilder = tableBuilder;
4 references to TableBuilder
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\HostOutputNode.cs (2)
70Debug.Assert(context.TableBuilder is not null); 71var table = context.TableBuilder!.GetLatestStateTableForNode(this);
SourceGeneration\Nodes\SourceOutputNode.cs (2)
101Debug.Assert(context.TableBuilder is not null); 102var table = context.TableBuilder.GetLatestStateTableForNode(this);