2 references to UseParamPtrTable
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (1)
933
lastParamRowId = (this.
UseParamPtrTable
? this.ParamPtrTable.NumberOfRows : this.ParamTable.NumberOfRows);
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
1102
if (_reader.
UseParamPtrTable
)