未验证 提交 f311d14c 编写于 作者: S Sam Harwell 提交者: GitHub

Update src/Workspaces/Core/Portable/FindSymbols/SymbolTree/SymbolTreeInfo_Metadata.cs

Co-Authored-By: NCyrusNajmabadi <cyrus.najmabadi@gmail.com>
上级 5fc4c747
......@@ -163,7 +163,6 @@ private static Metadata GetMetadataNoThrow(PortableExecutableReference reference
return GetMetadataChecksumSlow(solution, reference, cancellationToken);
}
[MethodImpl(MethodImplOptions.NoInlining)]
private static Checksum GetMetadataChecksumSlow(Solution solution, PortableExecutableReference reference, CancellationToken cancellationToken)
{
return ChecksumCache.GetOrCreate(reference, _ =>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册