提交 fe46f75c 编写于 作者: C CyrusNajmabadi

Remove parameter.

上级 fa15c900
......@@ -21,7 +21,7 @@ internal partial class SymbolTreeInfo : IObjectWritable
/// Loads the SymbolTreeInfo for a given assembly symbol (metadata or project). If the
/// info can't be loaded, it will be created (and persisted if possible).
/// </summary>
private static Task<SymbolTreeInfo> LoadOrCreateSymbolTreeInfoAsync(
private static Task<SymbolTreeInfo> LoadOrCreateSourceSymbolTreeInfoAsync(
Solution solution,
IAssemblySymbol assembly,
string filePath,
......@@ -33,7 +33,7 @@ internal partial class SymbolTreeInfo : IObjectWritable
solution,
filePath,
loadOnly,
create: version => CreateSymbolTreeInfo(solution, version, assembly, filePath, includeInternal, cancellationToken),
create: version => CreateSourceSymbolTreeInfo(solution, version, assembly, filePath, includeInternal, cancellationToken),
keySuffix: "",
getVersion: info => info._version,
readObject: reader => ReadSymbolTreeInfo(reader, (version, nodes) => GetSpellCheckerTask(solution, version, filePath, nodes)),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册