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