4 writes to Task
Microsoft.AspNetCore.Components.WebView.Photino (4)
PhotinoSynchronizationContext.cs (4)
162_state.Task = Enqueue(_state.Task, d, state, forceAsync: true); 175_state.Task = completion.Task; 204_state.Task = Enqueue(_state.Task, d, state); 211_state.Task = completion.Task;
5 references to Task
Microsoft.AspNetCore.Components.WebView.Photino (5)
PhotinoSynchronizationContext.cs (5)
162_state.Task = Enqueue(_state.Task, d, state, forceAsync: true); 174antecedent = _state.Task; 202if (!_state.Task.IsCompleted) 204_state.Task = Enqueue(_state.Task, d, state); 313return $"{{ Busy: {IsBusy}, Pending Task: {Task} }}";