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