提交 5dcf9f0d 编写于 作者: C Cyrus Najmabadi

PR feedback.

上级 dbcf2e4a
......@@ -83,7 +83,7 @@ private static bool IsForEachProperty(IPropertySymbol symbol)
return symbol.Name == WellKnownMemberNames.CurrentPropertyName;
}
protected override Task<ImmutableArray<FinderLocation>> FindReferencesInDocumentAsync(
protected override async Task<ImmutableArray<FinderLocation>> FindReferencesInDocumentAsync(
IPropertySymbol symbol, Document document, SemanticModel semanticModel,
FindReferencesSearchOptions options, CancellationToken cancellationToken)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册