1 write to TotalBufferLength
System.Net.Quic (1)
System\Net\Quic\QuicStream.cs (1)
575data.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, 568if (totalCopied < data.TotalBufferLength)