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