4 references to AttributeSuffix
Microsoft.CodeAnalysis (4)
InternalUtilities\StringExtensions.cs (4)
139return name + AttributeSuffix; 163result = name.Substring(0, name.Length - AttributeSuffix.Length); 174return name.Length > AttributeSuffix.Length && name.EndsWith(AttributeSuffix, comparison);