6 references to TryGetNameWithoutAttributeSuffix
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
301if (TryGetNameWithoutAttributeSuffix(localAliasSymbol.Name, state.SyntaxFacts, out var simpleName)) 325if (TryGetNameWithoutAttributeSuffix(aliasSymbol.Name, state.SyntaxFacts, out var simpleName))
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (2)
85var documentsWithAttribute = TryGetNameWithoutAttributeSuffix(typeName, project.Services.GetRequiredService<ISyntaxFactsService>(), out var simpleName) 197return TryGetNameWithoutAttributeSuffix(name, state.SyntaxFacts, out var simpleName)
FindSymbols\FindReferences\Finders\NamedTypeSymbolReferenceFinder.cs (2)
94var documentsWithAttribute = TryGetNameWithoutAttributeSuffix(throughName, syntaxFacts, out var simpleName) 220return TryGetNameWithoutAttributeSuffix(name, state.SyntaxFacts, out var nameWithoutSuffix)