6 references to array
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\CaptureCollection.cs (2)
84
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
97
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
System\Text\RegularExpressions\GroupCollection.cs (2)
98
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
111
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
System\Text\RegularExpressions\ThrowHelper.cs (2)
26
ExceptionArgument.
array
=> nameof(ExceptionArgument.
array
),