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