9 references to match
Microsoft.CodeAnalysis (9)
src\Dependencies\Collections\Internal\ThrowHelper.cs (1)
274
case ExceptionArgument.
match
:
src\Dependencies\Collections\SegmentedHashSet`1.cs (1)
836
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
src\Dependencies\Collections\SegmentedList`1.cs (7)
578
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
595
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
629
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
645
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
668
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
1088
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);
1304
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
match
);