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)