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
(
7 references to TokenSemanticInfo
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolFinder.cs (3)
88
var
semanticInfo = await GetSemanticInfoAtPositionAsync(
93
internal static async Task<
TokenSemanticInfo
> GetSemanticInfoAtPositionAsync(
107
return
TokenSemanticInfo
.Empty;
Rename\RenameUtilities.cs (1)
48
var
semanticInfo = semanticModel.GetSemanticInfo(bindableToken, services, cancellationToken);
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(