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