2 references to InferTypes
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
ITypeInferenceServiceExtensions.cs (1)
43var types = typeInferenceService.InferTypes(semanticModel, position, cancellationToken);
SyntaxContext.cs (1)
118this.InferredTypes = document.GetRequiredLanguageService<ITypeInferenceService>().InferTypes(semanticModel, position, cancellationToken);