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