6 references to array
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\CaptureCollection.cs (2)
151
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
185
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
System\Text\RegularExpressions\GroupCollection.cs (2)
205
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
241
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
array
);
System\Text\RegularExpressions\ThrowHelper.cs (2)
26
ExceptionArgument.
array
=> nameof(ExceptionArgument.
array
),