3 references to UseMethodPtrTable
System.Reflection.Metadata (3)
System\Reflection\Metadata\MetadataReader.cs (2)
871
lastMethodRowId = (this.
UseMethodPtrTable
) ? this.MethodPtrTable.NumberOfRows : this.MethodDefTable.NumberOfRows;
1326
if (
UseMethodPtrTable
)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
527
if (_reader.
UseMethodPtrTable
)