5 references to MsQuicContextSafeHandle
System.Net.Quic (5)
System\Net\Quic\QuicConnection.cs (2)
328
_handle = new
MsQuicContextSafeHandle
(handle, context, SafeHandleType.Connection);
355
_handle = new
MsQuicContextSafeHandle
(handle, context, SafeHandleType.Connection);
System\Net\Quic\QuicListener.cs (1)
131
_handle = new
MsQuicContextSafeHandle
(handle, context, SafeHandleType.Listener);
System\Net\Quic\QuicStream.cs (2)
179
_handle = new
MsQuicContextSafeHandle
(handle, context, SafeHandleType.Stream, connectionHandle)
213
_handle = new
MsQuicContextSafeHandle
(handle, context, SafeHandleType.Stream, connectionHandle)