15 references to match
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Array.cs (6)
1526ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1548ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1601ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1622ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1664ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 2602ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
1212ThrowHelper.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)
915case ExceptionArgument.match: