1 write to _IsEventRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1184
_IsEventRefSizeSmall
= eventRefSize == 2;
2 references to _IsEventRefSizeSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
1214
return this.Block.PeekReference(rowOffset + _EventListOffset,
_IsEventRefSizeSmall
);
1220
int slot = this.Block.BinarySearchForSlot(numOfRows, this.RowSize, _EventListOffset, (uint)eventRowId,
_IsEventRefSizeSmall
);