4 references to GetWithoutAttributeSuffix
Microsoft.CodeAnalysis.Features (3)
AddImport\SymbolReferenceFinder.cs (1)
204
attributeSymbols.Select(r => r.WithDesiredName(r.DesiredName.
GetWithoutAttributeSuffix
(isCaseSensitive: false))));
AddImport\SymbolReferenceFinder_PackageAssemblySearch.cs (1)
212
=> isWithinImport ? null : isAttributeSearch ? typeName.
GetWithoutAttributeSuffix
(isCaseSensitive: false) : typeName;
Rename\SymbolicRenameInfo.cs (1)
92
return value.
GetWithoutAttributeSuffix
(isCaseSensitive)!;
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs (1)
125
while ((cleaned =
GetWithoutAttributeSuffix
(cleaned, isCaseSensitive)) != null)