9 writes to _taskQueue
Microsoft.AspNetCore.Components (9)
Rendering\RendererSynchronizationContext.cs (9)
22_taskQueue = taskQueue; 50_taskQueue = PostAsync(_taskQueue, Execute, (completion, action, this)); 54_taskQueue = t; 89_taskQueue = PostAsync(_taskQueue, Execute, (completion, function, this)); 93_taskQueue = t; 164_taskQueue = PostAsync(_taskQueue, static s => s.d(s.state), (d, state)); 177_taskQueue = completion.Task; 218_taskQueue = PostAsync(_taskQueue, callback, state); 224_taskQueue = completion.Task;
9 references to _taskQueue
Microsoft.AspNetCore.Components (9)
Rendering\RendererSynchronizationContext.cs (9)
27new RendererSynchronizationContext(_lock, _taskQueue); 48if (!_taskQueue.IsCompleted) 50_taskQueue = PostAsync(_taskQueue, Execute, (completion, action, this)); 87if (!_taskQueue.IsCompleted) 89_taskQueue = PostAsync(_taskQueue, Execute, (completion, function, this)); 164_taskQueue = PostAsync(_taskQueue, static s => s.d(s.state), (d, state)); 176antecedent = _taskQueue; 216if (!_taskQueue.IsCompleted) 218_taskQueue = PostAsync(_taskQueue, callback, state);