提交 ace4586f 编写于 作者: D David Poeschl

Rename local

上级 b8bd40c0
...@@ -309,8 +309,8 @@ public override async Task ProvideCompletionsAsync(CompletionContext context) ...@@ -309,8 +309,8 @@ public override async Task ProvideCompletionsAsync(CompletionContext context)
var context = await GetOrCreateContext(document, position, cancellationToken).ConfigureAwait(false); var context = await GetOrCreateContext(document, position, cancellationToken).ConfigureAwait(false);
options = GetUpdatedRecommendationOptions(options, document.Project.Language); options = GetUpdatedRecommendationOptions(options, document.Project.Language);
var inferenceService = document.GetLanguageService<ITypeInferenceService>(); var typeInferenceService = document.GetLanguageService<ITypeInferenceService>();
var inferredTypes = inferenceService.InferTypes(context.SemanticModel, position, cancellationToken); var inferredTypes = typeInferenceService.InferTypes(context.SemanticModel, position, cancellationToken);
if (relatedDocumentIds.IsEmpty) if (relatedDocumentIds.IsEmpty)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册