1 write to FunctionPointer
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
390
FunctionPointer
= functionPointer;
4 references to FunctionPointer
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (4)
398
void* fptr =
FunctionPointer
.ToPointer();
399
void* otherFptr = other.
FunctionPointer
.ToPointer();
434
if (binarySearchIndex >= Data.Length || Data[binarySearchIndex].
FunctionPointer
!= functionPointer)
440
while ((lastParserOffsetIndex < (Data.Length - 1)) && Data[lastParserOffsetIndex + 1].
FunctionPointer
== functionPointer)