2 instantiations of Builder
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
297
var builder = previousEntry.Count == outputs.Length ? null : new TableEntry.
Builder
(capacity: totalBuilderItems);
321
builder = new TableEntry.
Builder
(capacity: totalBuilderItems);
1 reference to Builder
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
297
var
builder = previousEntry.Count == outputs.Length ? null : new TableEntry.Builder(capacity: totalBuilderItems);