1 write to DeclaredSymbol
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\TokenSemanticInfo.cs (1)
34
DeclaredSymbol
= declaredSymbol;
4 references to DeclaredSymbol
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractGoToDefinitionSymbolService.cs (1)
81
?? semanticInfo.
DeclaredSymbol
Microsoft.CodeAnalysis.Workspaces (3)
Rename\RenameUtilities.cs (2)
49
var symbols = semanticInfo.
DeclaredSymbol
!= null
50
? ImmutableArray.Create<ISymbol>(semanticInfo.
DeclaredSymbol
)
Shared\Extensions\TokenSemanticInfo.cs (1)
45
result.AddIfNotNull(
DeclaredSymbol
);