提交 4b24dc84 编写于 作者: C CyrusNajmabadi

make method private.

上级 943c7f99
......@@ -115,7 +115,7 @@ public Task<IEnumerable<ISymbol>> FindAsync(SearchQuery query, IAssemblySymbol a
/// <summary>
/// Get all symbols that have a name matching the specified name.
/// </summary>
public async Task<IEnumerable<ISymbol>> FindAsync(
private async Task<IEnumerable<ISymbol>> FindAsync(
AsyncLazy<IAssemblySymbol> lazyAssembly,
string name,
bool ignoreCase,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册