4 references to AttributeSuffix
GenerateDocumentationAndConfigFiles (4)
src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs (4)
130return name + AttributeSuffix; 154result = name[..^AttributeSuffix.Length]; 168return name.Length > AttributeSuffix.Length && name.EndsWith(AttributeSuffix, comparison);