3 references to AuthenticationStateProvider
Microsoft.AspNetCore.Components.Analyzers (3)
AuthenticationStateProviderAnalyzer.cs (3)
31
var authStateProviderType = context.Compilation.GetTypeByMetadataName(ComponentsApi.
AuthenticationStateProvider
.MetadataName);
57
invocation.TargetMethod.Name == ComponentsApi.
AuthenticationStateProvider
.GetAuthenticationStateAsync)
70
eventRef.Event.Name == ComponentsApi.
AuthenticationStateProvider
.AuthenticationStateChanged)