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