3 references to ValidateInRange
System.Net.Quic (3)
System\Net\Quic\Internal\ThrowHelper.cs (1)
207=> ValidateInRange(argumentName, value, QuicDefaults.MaxErrorCodeValue, propertyName);
System\Net\Quic\QuicConnectionOptions.cs (2)
133ValidateInRange(argumentName, MaxInboundBidirectionalStreams, ushort.MaxValue); 134ValidateInRange(argumentName, MaxInboundUnidirectionalStreams, ushort.MaxValue);