1 instantiation of Builder
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
33public ISyntaxInputBuilder GetBuilder(StateTableStore table, object key, bool trackIncrementalSteps, string? name, IEqualityComparer<T>? comparer) => new Builder(this, key, table, trackIncrementalSteps, name, comparer ?? EqualityComparer<T>.Default);