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