1 instantiation of UpdateHandlerActions
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\HotReloadAgent.cs (1)
65
var handlerActions = new
UpdateHandlerActions
();
5 references to UpdateHandlerActions
Microsoft.AspNetCore.Components.WebAssembly (5)
HotReload\HotReloadAgent.cs (5)
23
private volatile
UpdateHandlerActions
? _handlerActions;
57
private
UpdateHandlerActions
GetMetadataUpdateHandlerActions()
65
var
handlerActions = new UpdateHandlerActions();
93
UpdateHandlerActions
handlerActions,
211
var
handlerActions = _handlerActions;