3 references to ErrorCode
System.Net.Quic (3)
System\Net\Quic\Internal\MsQuicExtensions.cs (2)
83=> $"{{ {nameof(PEER_SEND_ABORTED.ErrorCode)} = {PEER_SEND_ABORTED.ErrorCode} }}",
System\Net\Quic\QuicStream.cs (1)
607_receiveTcs.TrySetException(ThrowHelper.GetStreamAbortedException((long)data.ErrorCode), final: true);