2 references to GetMetadataUpdateMethod
Microsoft.AspNetCore.Components.WebAssembly (2)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (2)
195
if (
GetMetadataUpdateMethod
(handlerType, ClearCacheHandlerName) is MethodInfo clearCache)
201
if (
GetMetadataUpdateMethod
(handlerType, UpdateApplicationHandlerName) is MethodInfo updateApplication)