2 references to GetMetadataUpdateMethod
Microsoft.Extensions.DotNetDeltaApplier (2)
MetadataUpdateHandlerInvoker.cs (2)
195
if (
GetMetadataUpdateMethod
(handlerType, ClearCacheHandlerName) is MethodInfo clearCache)
201
if (
GetMetadataUpdateMethod
(handlerType, UpdateApplicationHandlerName) is MethodInfo updateApplication)