2 references to TokenSemanticInfo
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SemanticModelExtensions.cs (1)
155
return new
TokenSemanticInfo
(declaredSymbol, aliasSymbol, allSymbols, type, convertedType, token.Span);
Shared\Extensions\TokenSemanticInfo.cs (1)
16
public static readonly TokenSemanticInfo Empty =
new
(