1 implementation of GetTypeInferenceInfo
Microsoft.CodeAnalysis.Workspaces (1)
AbstractTypeInferenceService.cs (1)
113public ImmutableArray<TypeInferenceInfo> GetTypeInferenceInfo(
1 reference to GetTypeInferenceInfo
Microsoft.CodeAnalysis.Workspaces (1)
ITypeInferenceServiceExtensions.cs (1)
25=> service.GetTypeInferenceInfo(semanticModel, expression, nameOpt: null, cancellationToken: cancellationToken);