2 references to ApplyUpdateMethodName
Microsoft.DotNet.HotReload.WebAssembly.Browser (2)
HotReloadAgent.cs (2)
69
var applyUpdateMethod = metadataUpdater.GetMethod(
ApplyUpdateMethodName
, BindingFlags.Public | BindingFlags.Static, binder: null, [typeof(Assembly), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>)], modifiers: null);
72
Reporter.Report($"{MetadataUpdaterTypeName}.{
ApplyUpdateMethodName
} not found.", AgentMessageSeverity.Error);