8 references to GetSymbolsForDeclarationId
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
75var docIdResults = DocumentationCommentId.GetSymbolsForDeclarationId(nameWithoutPrefix, _compilation);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
75var docIdResults = DocumentationCommentId.GetSymbolsForDeclarationId(nameWithoutPrefix, _compilation);
Microsoft.CodeAnalysis.Features (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
75var docIdResults = DocumentationCommentId.GetSymbolsForDeclarationId(nameWithoutPrefix, _compilation);
Microsoft.CodeAnalysis.UnitTests (4)
Symbols\DocumentationCommentIdTests.cs (4)
45var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 71var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 95var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 119var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
154var symbols = DocumentationCommentId.GetSymbolsForDeclarationId(symbolId, comp).ToList();