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