2 writes to _nonModalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5608
_nonModalFormCompletion
= new(
5635
_nonModalFormCompletion
= null;
9 references to _nonModalFormCompletion
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
3566
_nonModalFormCompletion
?.TrySetResult();
4083
_nonModalFormCompletion
?.TrySetResult();
4087
if (
_nonModalFormCompletion
is not null)
4089
_nonModalFormCompletion
.TrySetException(ex);
5602
if (
_nonModalFormCompletion
is not null
5623
return
_nonModalFormCompletion
.Task;
5634
_nonModalFormCompletion
.TrySetException(ex);
5644
if (
_nonModalFormCompletion
is not TaskCompletionSource completion)
5902
if (
_nonModalFormCompletion
is not null