1 implementation of GetNativeCode
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2187TargetCodePointer IRuntimeTypeSystem.GetNativeCode(MethodDescHandle methodDescHandle)
7 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 (5)
ClrDataMethodInstance.cs (3)
301TargetCodePointer nativeCode = _target.Contracts.RuntimeTypeSystem.GetNativeCode(_methodDesc); 388TargetCodePointer nativeCode = rts.GetNativeCode(_methodDesc); 596TargetCodePointer addrCode = rts.GetNativeCode(_methodDesc);
Dbi\DacDbiImpl.cs (2)
2804TargetCodePointer nativeCode = rts.GetNativeCode(methodDescHandle); 6262pCode = rts.GetNativeCode(md);