6 references to collection
Microsoft.CodeAnalysis (6)
src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
268
case ExceptionArgument.
collection
:
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
142
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
src\Dependencies\Collections\SegmentedHashSet`1.cs (1)
107
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
src\Dependencies\Collections\SegmentedList`1.cs (3)
76
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
299
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
894
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);