5 references to IsAuthenticationStateProviderType
Microsoft.AspNetCore.Components.Analyzers (5)
AuthenticationStateProviderAnalyzer.cs (5)
56
IsAuthenticationStateProviderType
(invocation.Instance.Type, authStateProviderType) &&
69
IsAuthenticationStateProviderType
(eventRef.Instance?.Type, authStateProviderType) &&
93
if (
IsAuthenticationStateProviderType
(type, authStateProviderType))
103
if (member is IPropertySymbol property &&
IsAuthenticationStateProviderType
(property.Type, authStateProviderType))
115
if (member is IFieldSymbol field &&
IsAuthenticationStateProviderType
(field.Type, authStateProviderType))