2 writes to _nonModalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5624
_nonModalFormCompletion
= new(
5651
_nonModalFormCompletion
= null;
9 references to _nonModalFormCompletion
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
3569
_nonModalFormCompletion
?.TrySetResult();
4092
_nonModalFormCompletion
?.TrySetResult();
4096
if (
_nonModalFormCompletion
is not null)
4098
_nonModalFormCompletion
.TrySetException(ex);
5618
if (
_nonModalFormCompletion
is not null
5639
return
_nonModalFormCompletion
.Task;
5650
_nonModalFormCompletion
.TrySetException(ex);
5660
if (
_nonModalFormCompletion
is not TaskCompletionSource completion)
5918
if (
_nonModalFormCompletion
is not null