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