2 references to FlagsSuffix
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.cs (2)
215
if (IsInvalidSuffix(name,
FlagsSuffix
, allowedSuffixes))
218
namedTypeSymbol.CreateDiagnostic(TypeNoAlternateRule, name,
FlagsSuffix
));