15 references to match
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Array.cs (6)
1531ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1553ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1618ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1639ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1681ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 2619ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
1220ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (7)
512ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 529ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 563ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 578ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 601ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 966ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1172ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
921case ExceptionArgument.match: