2 references to ApplyUpdateMethodName
Microsoft.AspNetCore.Components.WebAssembly (2)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\HotReloadAgent.cs (2)
61
var applyUpdateMethod = metadataUpdater.GetMethod(
ApplyUpdateMethodName
, BindingFlags.Public | BindingFlags.Static, binder: null, [typeof(Assembly), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>), typeof(ReadOnlySpan<byte>)], modifiers: null);
64
Reporter.Report($"{MetadataUpdaterTypeName}.{
ApplyUpdateMethodName
} not found.", AgentMessageSeverity.Error);