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