4 references to offset
Microsoft.Extensions.Primitives (4)
InplaceStringBuilder.cs (1)
158ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.offset);
StringSegment.cs (3)
402ThrowInvalidArguments(offset, length, ExceptionArgument.offset); 435ThrowInvalidArguments(offset, length, ExceptionArgument.offset); 691return ThrowHelper.GetArgumentOutOfRangeException(ExceptionArgument.offset);