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