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