2 references to GetCapabilitiesMethodName
Microsoft.AspNetCore.Components.WebAssembly (2)
HotReload\HotReloadAgent.cs (2)
82
var getCapabilities = metadataUpdater.GetMethod(
GetCapabilitiesMethodName
, BindingFlags.NonPublic | BindingFlags.Static, binder: null, Type.EmptyTypes, modifiers: null);
85
reporter.Report($"{MetadataUpdaterTypeName}.{
GetCapabilitiesMethodName
} not found.", AgentMessageSeverity.Error);