15 references to match
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Array.cs (6)
1145ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1167ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1220ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1241ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 1283ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match); 2234ThrowHelper.ThrowArgumentNullException(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
894ThrowHelper.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)
923case ExceptionArgument.match: