提交 d31294f9 编写于 作者: C CyrusNajmabadi

Make method private.

上级 4b24dc84
......@@ -90,7 +90,7 @@ public Task<IEnumerable<ISymbol>> FindAsync(SearchQuery query, IAssemblySymbol a
/// <summary>
/// Finds symbols in this assembly that match the provided name in a fuzzy manner.
/// </summary>
public async Task<IEnumerable<ISymbol>> FuzzyFindAsync(
private async Task<IEnumerable<ISymbol>> FuzzyFindAsync(
AsyncLazy<IAssemblySymbol> lazyAssembly, string name, CancellationToken cancellationToken)
{
if (_spellCheckerTask.Status != TaskStatus.RanToCompletion)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册