2 references to BinarySearchForSlot
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
206
int slot = this.Block.
BinarySearchForSlot
(numOfRows, this.RowSize, _MethodListOffset, (uint)methodDefOrPtrRowId, _IsMethodRefSizeSmall);
247
int slot = this.Block.
BinarySearchForSlot
(numOfRows, this.RowSize, _FieldListOffset, (uint)fieldDefOrPtrRowId, _IsFieldRefSizeSmall);