1 write to _lock
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContext.cs (1)
21
_lock
= @lock;
6 references to _lock
Microsoft.AspNetCore.Components (6)
Rendering\RendererSynchronizationContext.cs (6)
27
new RendererSynchronizationContext(
_lock
, _taskQueue);
46
lock (
_lock
)
85
lock (
_lock
)
162
lock (
_lock
)
174
lock (
_lock
)
214
lock (
_lock
)