1 write to _context
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
12
_context
= new RendererSynchronizationContext();
6 references to _context
Microsoft.AspNetCore.Components (6)
Rendering\RendererSynchronizationContextDispatcher.cs (6)
13
_context
.UnhandledException += (sender, e) =>
19
public override bool CheckAccess() => SynchronizationContext.Current ==
_context
;
30
return
_context
.InvokeAsync(workItem);
41
return
_context
.InvokeAsync(workItem);
52
return
_context
.InvokeAsync<TResult>(workItem);
63
return
_context
.InvokeAsync<TResult>(workItem);