7 references to CreateRange
Microsoft.CodeAnalysis (4)
Collections\ImmutableArrayExtensions.cs (1)
158
return ImmutableArray.
CreateRange
(items, map, arg);
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (3)
61
var mappedLocals = ImmutableArray.
CreateRange
(Locals, MapLocalInfo, map);
64
ImmutableArray.
CreateRange
(StateMachineHoistedLocalSlotsOpt, MapHoistedLocalSlot, map);
67
ImmutableArray.
CreateRange
(StateMachineAwaiterSlotsOpt, static (typeRef, map) => (typeRef is null) ? null : map.MapReference(typeRef), map);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (1)
158
return ImmutableArray.
CreateRange
(items, map, arg);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (1)
158
return ImmutableArray.
CreateRange
(items, map, arg);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (1)
158
return ImmutableArray.
CreateRange
(items, map, arg);