提交 68c773c5 编写于 作者: N Neal Gafter

Merge pull request #2019 from adamtornhill/master

Removed a duplicated row for the metadata token TypeRef
......@@ -453,7 +453,6 @@ private ImmutableArray<int> GetRowCounts()
rowCounts[(int)TableIndex.ClassLayout] = _classLayoutTable.Count;
rowCounts[(int)TableIndex.Constant] = _constantTable.Count;
rowCounts[(int)TableIndex.CustomAttribute] = _customAttributeTable.Count;
rowCounts[(int)TableIndex.TypeRef] = _typeRefTable.Count;
rowCounts[(int)TableIndex.DeclSecurity] = _declSecurityTable.Count;
rowCounts[(int)TableIndex.EncLog] = _encLogTable.Count;
rowCounts[(int)TableIndex.EncMap] = _encMapTable.Count;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册