提交 9edc37dd 编写于 作者: C CyrusNajmabadi

Simplify code.

上级 e081f2d7
......@@ -22,15 +22,8 @@ public NonNavigatingDefinitionLocation(ImmutableArray<TaggedText> originationPar
public override ImmutableArray<TaggedText> OriginationParts => _originationParts;
public override bool CanNavigateTo()
{
return false;
}
public override bool TryNavigateTo()
{
return false;
}
public override bool CanNavigateTo() => false;
public override bool TryNavigateTo() => false;
}
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册