3 references to RootComponentIsEmpty
Microsoft.AspNetCore.Components.Server (3)
ComponentHub.cs (3)
314
if (
RootComponentIsEmpty
(rootComponents) && string.IsNullOrEmpty(applicationState))
325
else if (!
RootComponentIsEmpty
(rootComponents) && !string.IsNullOrEmpty(applicationState))
342
RootComponentIsEmpty
(rootComponents) ?