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