1 write to _IsPropertyTableRowRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1364
_IsPropertyTableRowRefSizeSmall
= propertyTableRowRefSize == 2;
1 reference to _IsPropertyTableRowRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1376
return PropertyDefinitionHandle.FromRowId(this.Block.PeekReference(rowOffset + _PropertyOffset,
_IsPropertyTableRowRefSizeSmall
));