1 implementation of GetMethodEntryPointIfExists
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1863TargetCodePointer IRuntimeTypeSystem.GetMethodEntryPointIfExists(MethodDescHandle methodDescHandle)
2 references to GetMethodEntryPointIfExists
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
3048*value = rts.GetMethodEntryPointIfExists(mdHandle).ToClrDataAddress(_target); 6927methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target);