2 references to HandleEventStartComplete
System.Net.Quic (2)
System\Net\Quic\QuicStream.cs (2)
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"/>.
658
QUIC_STREAM_EVENT_TYPE.START_COMPLETE =>
HandleEventStartComplete
(ref streamEvent.START_COMPLETE),