提交 14e5f754 编写于 作者: C CyrusNajmabadi

Ignore symbols not from source or metadata.

上级 3396d79c
......@@ -178,7 +178,7 @@ internal static class DefinitionItemExtensions
return DefinitionItem.CreateMetadataDefinition(
tags, displayParts, solution, definition, displayIfNoReferences);
}
else
else if (location.IsInSource)
{
if (!location.IsVisibleSourceLocation() &&
!includeHiddenLocations)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册