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