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