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