2 writes to _nonModalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5673
_nonModalFormCompletion
= new(
5700
_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);
5667
if (
_nonModalFormCompletion
is not null
5688
return
_nonModalFormCompletion
.Task;
5699
_nonModalFormCompletion
.TrySetException(ex);
5709
if (
_nonModalFormCompletion
is not TaskCompletionSource completion)
5967
if (
_nonModalFormCompletion
is not null