3 references to RootComponentIsEmpty
Microsoft.AspNetCore.Components.Server (3)
ComponentHub.cs (3)
324
if (
RootComponentIsEmpty
(rootComponents) && string.IsNullOrEmpty(applicationState))
336
else if (!
RootComponentIsEmpty
(rootComponents) && !string.IsNullOrEmpty(applicationState))
353
RootComponentIsEmpty
(rootComponents) ?