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

Inline code.

上级 e07b781c
......@@ -46,8 +46,9 @@ private static void FreeSymbolMap(MultiDictionary<string, ISymbol> symbolMap)
GenerateSourceNodes(assembly.GlobalNamespace, unsortedNodes, s_getMembersNoPrivate);
var inheritanceMap = new OrderPreservingMultiDictionary<string, string>();
return CreateSymbolTreeInfo(solution, version, filePath, unsortedNodes, inheritanceMap);
return CreateSymbolTreeInfo(
solution, version, filePath, unsortedNodes,
inheritanceMap: new OrderPreservingMultiDictionary<string, string>());
}
// generate nodes for the global namespace an all descendants
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册