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