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