1 reference to Builder
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (1)
30
public ISyntaxInputBuilder GetBuilder(StateTableStore table, object key, bool trackIncrementalSteps, string? name, IEqualityComparer<T>? comparer) => new
Builder
(this, key, table, trackIncrementalSteps);