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