1 implementation of InferTypes
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractTypeInferenceService.cs (1)
81public ImmutableArray<ITypeSymbol> InferTypes(
2 references to InferTypes
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
ITypeInferenceServiceExtensions.cs (2)
19=> service.InferTypes(semanticModel, position, nameOpt: null, cancellationToken: cancellationToken); 103var types = typeInferenceService.InferTypes(semanticModel, position, name, cancellationToken);