2 instantiations of TokenSemanticInfo
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SemanticModelExtensions.cs (1)
158
return new
TokenSemanticInfo
(declaredSymbol, preprocessingSymbol, aliasSymbol, allSymbols, type, convertedType, token.Span);
Shared\Extensions\TokenSemanticInfo.cs (1)
23
public static readonly TokenSemanticInfo Empty =
new
(
9 references to TokenSemanticInfo
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractGoToDefinitionSymbolService.cs (1)
28
var
semanticInfo = await SymbolFinder.GetSemanticInfoAtPositionAsync(semanticModel, position, services, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\SymbolFinder.cs (3)
88
var
semanticInfo = await GetSemanticInfoAtPositionAsync(
93
internal static async Task<
TokenSemanticInfo
> GetSemanticInfoAtPositionAsync(
107
return
TokenSemanticInfo
.Empty;
Rename\RenameUtilities.cs (2)
86
var
semanticInfo = semanticModel.GetSemanticInfo(bindableToken, services, cancellationToken);
341
var
semanticInfo = await SymbolFinder.GetSemanticInfoAtPositionAsync(
Shared\Extensions\SemanticModelExtensions.cs (2)
70
public static
TokenSemanticInfo
GetSemanticInfo(
81
return
TokenSemanticInfo
.Empty;
Shared\Extensions\TokenSemanticInfo.cs (1)
23
public static readonly
TokenSemanticInfo
Empty = new(