提交 56d6163a 编写于 作者: C CyrusNajmabadi

Store less in the properties.

上级 518a2299
...@@ -186,7 +186,7 @@ internal abstract partial class DefinitionItem ...@@ -186,7 +186,7 @@ internal abstract partial class DefinitionItem
bool displayIfNoReferences = true) bool displayIfNoReferences = true)
{ {
properties = properties ?? ImmutableDictionary<string, string>.Empty; properties = properties ?? ImmutableDictionary<string, string>.Empty;
properties = properties.Add(NonNavigable, NonNavigable); properties = properties.Add(NonNavigable, "");
return new DefaultDefinitionItem( return new DefaultDefinitionItem(
workspaceOpt: null, workspaceOpt: null,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册