2 references to GetMetadataUpdateMethod
Microsoft.DotNet.HotReload.WebAssembly.Browser (2)
MetadataUpdateHandlerInvoker.cs (2)
195
if (
GetMetadataUpdateMethod
(handlerType, ClearCacheHandlerName) is MethodInfo clearCache)
201
if (
GetMetadataUpdateMethod
(handlerType, UpdateApplicationHandlerName) is MethodInfo updateApplication)