2 instantiations of NotNull
System.Text.RegularExpressions.Generator (2)
src\runtime\src\libraries\Common\src\Polyfills\ExceptionPolyfills.cs (2)
14
public static void ThrowIfNull([
NotNull
] object? argument, [CallerArgumentExpression(nameof(argument))] string? paramName = null)
84
public static void ThrowIfNullOrEmpty([
NotNull
] string? argument, [CallerArgumentExpression(nameof(argument))] string? paramName = null)