5 references to IsAuthenticationStateProviderType
Microsoft.AspNetCore.Components.Analyzers (5)
AuthenticationStateProviderAnalyzer.cs (5)
55IsAuthenticationStateProviderType(invocation.Instance.Type, authStateProviderType) && 67IsAuthenticationStateProviderType(eventRef.Instance?.Type, authStateProviderType) && 91if (IsAuthenticationStateProviderType(type, authStateProviderType)) 101if (member is IPropertySymbol property && IsAuthenticationStateProviderType(property.Type, authStateProviderType)) 113if (member is IFieldSymbol field && IsAuthenticationStateProviderType(field.Type, authStateProviderType))