2 references to TryGetStreamExceptionForMsQuicStatus
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
426
if (ThrowHelper.
TryGetStreamExceptionForMsQuicStatus
(status, out Exception? exception))
552
if (ThrowHelper.
TryGetStreamExceptionForMsQuicStatus
(data.Status, out Exception? exception))