2 writes to _handle
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
177_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle); 209_handle = new MsQuicContextSafeHandle(handle, context, SafeHandleType.Stream, connectionHandle);
12 references to _handle
System.Net.Quic (12)
System\Net\Quic\QuicStream.cs (12)
151public override string ToString() => _handle.ToString(); 178_handle.Disposable = _sendBuffers; 210_handle.Disposable = _sendBuffers; 213_handle, 231_id = (long)GetMsQuicParameter<ulong>(_handle, QUIC_PARAM_STREAM_ID); 251_handle, 329_handle, 405_handle, 473_handle, 519_handle, 736_handle.Dispose(); 741_handle,