9 references to array
Microsoft.CodeAnalysis.Workspaces (9)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
350
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
254
case ExceptionArgument.
array
:
src\Dependencies\Collections\SegmentedDictionary`2.cs (6)
360
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
877
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
1315
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
1372
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
1523
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
1580
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
src\Dependencies\Collections\SegmentedHashSet`1.cs (1)
791
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);