2 writes to _modalFormCompletion
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
5908_modalFormCompletion = new TaskCompletionSource<DialogResult>( 5922modalFormCompletion: ref _modalFormCompletion, owner: owner),
3 references to _modalFormCompletion
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
5603|| _modalFormCompletion is not null) 5903|| _modalFormCompletion is not null) 5925return _modalFormCompletion.Task;