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