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, 367_handle, 444_handle, 512_handle, 558_handle, 780_handle.Dispose(); 785_handle,