5 references to SR
System.Memory (5)
src\libraries\Common\src\System\Buffers\ArrayBufferWriter.cs (4)
245
throw new InvalidOperationException(
SR
.Format(
SR
.BufferWriterAdvancedTooFar, capacity));
250
throw new OutOfMemoryException(
SR
.Format(
SR
.BufferMaximumSizeExceeded, capacity));
System\ThrowHelper.cs (1)
45
private static InvalidOperationException CreateInvalidOperationException_EndPositionNotReached() { return new InvalidOperationException(
SR
.EndPositionNotReached); }