2 references to AddRange
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorDriver.cs (1)
116
generatorStates: _state.GeneratorStates.
AddRange
(new GeneratorState[generators.Length]));
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Query.vb (1)
1808
ImmutableArray.Create(Of BoundExpression)(source).
AddRange
(groupByArguments),