1 write to TotalBufferLength
System.Net.Quic (1)
System\Net\Quic\QuicStream.cs (1)
575
data.
TotalBufferLength
= totalCopied;
4 references to TotalBufferLength
System.Net.Quic (4)
System\Net\Quic\Internal\MsQuicExtensions.cs (2)
79
=> $"{{ {nameof(RECEIVE.AbsoluteOffset)} = {RECEIVE.AbsoluteOffset}, {nameof(RECEIVE.
TotalBufferLength
)} = {RECEIVE.
TotalBufferLength
}, {nameof(RECEIVE.Flags)} = {RECEIVE.Flags} }}",
System\Net\Quic\QuicStream.cs (2)
565
(int)data.
TotalBufferLength
,
568
if (totalCopied < data.
TotalBufferLength
)