1 write to Type
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\TokenSemanticInfo.cs (1)
37Type = type;
2 references to Type
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractGoToDefinitionSymbolService.cs (1)
82?? (includeType ? semanticInfo.Type : null);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\TokenSemanticInfo.cs (1)
51result.AddIfNotNull(Type ?? ConvertedType);