2 references to UpdateContentHandlerName
Microsoft.DotNet.HotReload.WebAssembly.Browser (2)
MetadataUpdateHandlerInvoker.cs (2)
207
if (GetContentUpdateMethod(handlerType,
UpdateContentHandlerName
) is MethodInfo updateContent)
216
$"Expected to find a static method '{ClearCacheHandlerName}', '{UpdateApplicationHandlerName}' or '{
UpdateContentHandlerName
}' on type '{handlerType.AssemblyQualifiedName}' but neither exists.",