1 write to _IsPropertyRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1336
_IsPropertyRefSizeSmall
= propertyRefSize == 2;
2 references to _IsPropertyRefSizeSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
1367
return this.Block.PeekReference(rowOffset + _PropertyListOffset,
_IsPropertyRefSizeSmall
);
1373
int slot = this.Block.BinarySearchForSlot(numOfRows, this.RowSize, _PropertyListOffset, (uint)propertyRowId,
_IsPropertyRefSizeSmall
);