5 references to _START_COMPLETE_e__Struct
System.Net.Quic (5)
System\Net\Quic\Interop\msquic_generated.cs (2)
2759
internal ref _Anonymous_e__Union.
_START_COMPLETE_e__Struct
START_COMPLETE
2828
internal
_START_COMPLETE_e__Struct
START_COMPLETE;
System\Net\Quic\QuicStream.cs (3)
20
using START_COMPLETE_DATA = Microsoft.Quic.QUIC_STREAM_EVENT._Anonymous_e__Union.
_START_COMPLETE_e__Struct
;
126
/// When <see cref="HandleEventStartComplete(ref
START_COMPLETE_DATA
)">START_COMPLETE</see> arrives it gets invoked and unset back to <c>null</c> to not to hold any unintended reference to <see cref="QuicConnection"/>.
535
private unsafe int HandleEventStartComplete(ref
START_COMPLETE_DATA
data)