2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
209_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle) 243_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle)
11 references to _handle
System.Net.Quic (11)
System\Net\Quic\QuicStream.cs (11)
165SetMsQuicParameter(_handle, QUIC_PARAM_STREAM_PRIORITY, (ushort)((value << 8) | 0xFF)); 188public override string ToString() => _handle.ToString(); 249_handle, 267_id = (long)GetMsQuicParameter<ulong>(_handle, QUIC_PARAM_STREAM_ID); 291_handle, 368_handle, 452_handle, 520_handle, 566_handle, 791_handle.Dispose(); 796_handle,