1 write to _splashScreenCompletionSource
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
1006_splashScreenCompletionSource = New TaskCompletionSource(Of Boolean)
3 references to _splashScreenCompletionSource
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (3)
629If _splashScreenCompletionSource IsNot Nothing Then 634Await _splashScreenCompletionSource.Task.ConfigureAwait(False) 661_splashScreenCompletionSource.SetResult(True)