4 instantiations of FunctionPointerOffsetPair
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (4)
426
int binarySearchIndex = Array.BinarySearch(Data, new
FunctionPointerOffsetPair
(functionPointer, 0));
581
functionPointers.Add(new
FunctionPointerOffsetPair
(entryMethodEntrypoint, parserOffset));
592
functionPointers.Add(new
FunctionPointerOffsetPair
(targetAddress, parserOffset));
600
functionPointers.Add(new
FunctionPointerOffsetPair
(targetAddress2, parserOffset));
4 references to FunctionPointerOffsetPair
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (4)
386
private struct FunctionPointerOffsetPair : IComparable<
FunctionPointerOffsetPair
>
394
public int CompareTo(
FunctionPointerOffsetPair
other)
416
public
FunctionPointerOffsetPair
[] Data;
562
ArrayBuilder<
FunctionPointerOffsetPair
> functionPointers = default;