2 writes to _modalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5942_modalFormCompletion = new TaskCompletionSource<DialogResult>( 5956modalFormCompletion: ref _modalFormCompletion, owner: owner),
3 references to _modalFormCompletion
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
5637|| _modalFormCompletion is not null) 5937|| _modalFormCompletion is not null) 5959return _modalFormCompletion.Task;