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