2 references to GetUpdateMethod
Microsoft.AspNetCore.Components.WebAssembly (2)
HotReload\HotReloadAgent.cs (2)
98
if (
GetUpdateMethod
(handlerType, "ClearCache") is MethodInfo clearCache)
104
if (
GetUpdateMethod
(handlerType, "UpdateApplication") is MethodInfo updateApplication)