4 references to ApplyUpdateDelegate
Microsoft.Extensions.DotNetDeltaApplier (4)
HotReloadAgent.cs (4)
33
private readonly
ApplyUpdateDelegate
? _applyUpdate;
62
private void GetUpdaterMethodsAndCapabilities(out
ApplyUpdateDelegate
? applyUpdate, out string? capabilities)
81
applyUpdate = (
ApplyUpdateDelegate
)applyUpdateMethod.CreateDelegate(typeof(
ApplyUpdateDelegate
));