2 writes to _modalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5924_modalFormCompletion = new TaskCompletionSource<DialogResult>( 5938modalFormCompletion: ref _modalFormCompletion, owner: owner),
3 references to _modalFormCompletion
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
5619|| _modalFormCompletion is not null) 5919|| _modalFormCompletion is not null) 5941return _modalFormCompletion.Task;