1 implementation of GetNativeCode
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2187TargetCodePointer IRuntimeTypeSystem.GetNativeCode(MethodDescHandle methodDescHandle)
8 references to GetNativeCode
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CodeVersions_1.cs (2)
172return _target.Contracts.RuntimeTypeSystem.GetNativeCode(md); 242TargetCodePointer firstNativeCode = rts.GetNativeCode(md);
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodInstance.cs (4)
373TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 463TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 551TargetCodePointer nativeCode = rts.GetNativeCode(_methodDesc); 764TargetCodePointer addrCode = rts.GetNativeCode(_methodDesc);
Dbi\DacDbiImpl.cs (2)
2902TargetCodePointer nativeCode = rts.GetNativeCode(methodDescHandle); 6462pCode = rts.GetNativeCode(md);