6 references to ReceiveAuthStateComponent
Microsoft.AspNetCore.Components.Authorization.Tests (6)
CascadingAuthenticationStateTest.cs (6)
53var receiveAuthStateId = batch.GetComponentFrames<ReceiveAuthStateComponent>().Single().ComponentId; 86var receiveAuthStateFrame = batch1.GetComponentFrames<ReceiveAuthStateComponent>().Single(); 88var receiveAuthStateComponent = (ReceiveAuthStateComponent)receiveAuthStateFrame.Component; 134.GetComponentFrames<ReceiveAuthStateComponent>().Single().ComponentId; 182childBuilder.OpenComponent<ReceiveAuthStateComponent>(0);