1 write to _splashScreenCompletionSource
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
971_splashScreenCompletionSource = New TaskCompletionSource(Of Boolean)
3 references to _splashScreenCompletionSource
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (3)
583If _splashScreenCompletionSource IsNot Nothing Then 588Await _splashScreenCompletionSource.Task.ConfigureAwait(continueOnCapturedContext:=False) 615_splashScreenCompletionSource.SetResult(True)