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