2 references to ClearCacheHandlerName
Microsoft.DotNet.HotReload.Agent.Package (2)
MetadataUpdateHandlerInvoker.cs (2)
195
if (GetMetadataUpdateMethod(handlerType,
ClearCacheHandlerName
) is MethodInfo clearCache)
216
$"Expected to find a static method '{
ClearCacheHandlerName
}', '{UpdateApplicationHandlerName}' or '{UpdateContentHandlerName}' on type '{handlerType.AssemblyQualifiedName}' but neither exists.",