2 writes to _nonModalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5642
_nonModalFormCompletion
= new(
5669
_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);
5636
if (
_nonModalFormCompletion
is not null
5657
return
_nonModalFormCompletion
.Task;
5668
_nonModalFormCompletion
.TrySetException(ex);
5678
if (
_nonModalFormCompletion
is not TaskCompletionSource completion)
5936
if (
_nonModalFormCompletion
is not null