4 references to BinarySearchForSlot
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (4)
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);
1220
int slot = this.Block.
BinarySearchForSlot
(numOfRows, this.RowSize, _EventListOffset, (uint)eventRowId, _IsEventRefSizeSmall);
1373
int slot = this.Block.
BinarySearchForSlot
(numOfRows, this.RowSize, _PropertyListOffset, (uint)propertyRowId, _IsPropertyRefSizeSmall);