6 references to ApplyUpdateDelegate
Microsoft.AspNetCore.Components.WebAssembly (6)
HotReload\HotReloadAgent.cs (6)
27
private readonly
ApplyUpdateDelegate
_applyUpdate;
33
private HotReloadAgent(AgentReporter reporter,
ApplyUpdateDelegate
applyUpdate, string capabilities)
45
GetUpdaterMethodsAndCapabilities(reporter, out
var
applyUpdate, out var capabilities);
61
private static void GetUpdaterMethodsAndCapabilities(AgentReporter reporter, out
ApplyUpdateDelegate
? applyUpdate, out string? capabilities)
80
applyUpdate = (
ApplyUpdateDelegate
)applyUpdateMethod.CreateDelegate(typeof(
ApplyUpdateDelegate
));