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