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