5 references to NewSuffix
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.cs (5)
199
if (IsInvalidSuffix(name,
NewSuffix
, allowedSuffixes))
202
namedTypeSymbol.CreateDiagnostic(TypeNewerVersionRule,
NewSuffix
, name));
268
if (IsInvalidSuffix(name,
NewSuffix
, allowedSuffixes))
270
string nameWithoutSuffix = name.WithoutSuffix(
NewSuffix
);
276
memberSymbol.CreateDiagnostic(MemberNewerVersionRule,
NewSuffix
, name));