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