6 references to Format
Microsoft.Extensions.Logging.Console (6)
ConsoleLoggerOptions.cs (2)
78throw new ArgumentOutOfRangeException(SR.Format(SR.QueueModeNotSupported, nameof(value))); 97throw new ArgumentOutOfRangeException(SR.Format(SR.MaxQueueLengthBadValue, nameof(value)));
ConsoleLoggerProcessor.cs (3)
28throw new ArgumentOutOfRangeException(SR.Format(SR.MaxQueueLengthBadValue, nameof(value))); 46throw new ArgumentOutOfRangeException(SR.Format(SR.QueueModeNotSupported, nameof(value))); 133message: SR.Format(SR.WarningMessageOnDrop + Environment.NewLine, _messagesDropped),
src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (1)
228throw new OutOfMemoryException(SR.Format(SR.BufferMaximumSizeExceeded, capacity));