1 implementation of GetMethodDescHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1467public MethodDescHandle GetMethodDescHandle(TargetPointer methodDescPointer)
44 references to GetMethodDescHandle
Microsoft.Diagnostics.DataContractReader.Contracts (13)
Contracts\CodeVersions_1.cs (9)
106MethodDescHandle md = rts.GetMethodDescHandle(methodDesc); 134MethodDescHandle md = rts.GetMethodDescHandle(methodDescAddress); 151MethodDescHandle md = rts.GetMethodDescHandle(methodDescAddress); 176MethodDescHandle md = _target.Contracts.RuntimeTypeSystem.GetMethodDescHandle(codeVersionHandle.MethodDescAddress); 206MethodDescHandle md = rts.GetMethodDescHandle(methodDesc); 223MethodDescHandle md = rts.GetMethodDescHandle(codeVersionHandle.MethodDescAddress); 321MethodDescHandle md = _target.Contracts.RuntimeTypeSystem.GetMethodDescHandle(nativeCodeVersion.MethodDescAddress); 343MethodDescHandle md = rts.GetMethodDescHandle(methodDesc); 451MethodDescHandle methodDescHandle = rtsContract.GetMethodDescHandle(codeVersionHandle.MethodDescAddress);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
539MethodDescHandle mdHandle = rts.GetMethodDescHandle(methodDescPtr);
Contracts\StackWalk\FrameHandling\X86FrameHandler.cs (1)
51MethodDescHandle md = _target.Contracts.RuntimeTypeSystem.GetMethodDescHandle(framedMethodFrame.MethodDescPtr);
Contracts\StackWalk\GC\GcScanner.cs (1)
368MethodDescHandle md = _target.Contracts.RuntimeTypeSystem.GetMethodDescHandle(fmf.MethodDescPtr);
Contracts\StackWalk\StackWalk_1.cs (1)
1103MethodDescHandle returnMethodDesc = rts.GetMethodDescHandle(_eman.GetMethodDesc(cbh));
Microsoft.Diagnostics.DataContractReader.Legacy (31)
ClrDataFrame.cs (2)
359MethodDescHandle mdh = rts.GetMethodDescHandle(methodDesc); 411mdh = rts.GetMethodDescHandle(methodDescPtr);
ClrDataMethodDefinition.cs (2)
270MethodDescHandle methodDescHandle = rts.GetMethodDescHandle(methodDescAddr); 463MethodDescHandle methodDescHandle = rts.GetMethodDescHandle(methodDescAddr);
Dbi\DacDbiImpl.cs (8)
1819MethodDescHandle mdHandle = rts.GetMethodDescHandle(methodDescPtr); 1989Contracts.MethodDescHandle md = rts.GetMethodDescHandle(new TargetPointer(vmMethodDesc)); 2164MethodDescHandle mdHandle = rts.GetMethodDescHandle(methodDescPtr); 2889Contracts.MethodDescHandle pRepMethod = rts.GetMethodDescHandle(vmMethodDesc); 2911pSpecificMethod = rts.GetMethodDescHandle(new TargetPointer(genericsToken)); 5234MethodDescHandle mdHandle = rts.GetMethodDescHandle(methodDescPtr); 5471Contracts.MethodDescHandle md = rts.GetMethodDescHandle(new TargetPointer(vmMethod)); 5552Contracts.MethodDescHandle md = rts.GetMethodDescHandle(new TargetPointer(vmMethod));
SOSDacImpl.cs (11)
2266Contracts.MethodDescHandle methodDescHandle = rtsContract.GetMethodDescHandle(methodDesc); 2603Contracts.MethodDescHandle methodDescHandle = rtsContract.GetMethodDescHandle(methodDesc); 2693_target.Contracts.RuntimeTypeSystem.GetMethodDescHandle(methodDescPtr); // validation 2736rts.GetMethodDescHandle(methodDescAddr); 2776_target.Contracts.RuntimeTypeSystem.GetMethodDescHandle(methodDesc.ToTargetPointer(_target)); 3029MethodDescHandle mdHandle = rts.GetMethodDescHandle(mdAddr); 5305MethodDescHandle methodDescHandle = runtimeTypeSystemContract.GetMethodDescHandle(methodDescPtr); 5575MethodDescHandle mdh = rts.GetMethodDescHandle(methodDescPtr); 5641MethodDescHandle mdh = rts.GetMethodDescHandle(md); 6889MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6909MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr);
SOSDacImpl.IXCLRDataProcess.cs (7)
133MethodDescHandle mdh = rts.GetMethodDescHandle(methodDesc); 280MethodDescHandle mainMD = _rts.GetMethodDescHandle(_mainMethodDesc); 297yield return _rts.GetMethodDescHandle(methodPtr); 334MethodDescHandle mainMD = _rts.GetMethodDescHandle(_mainMethodDesc); 403MethodDescHandle methodDesc = _rts.GetMethodDescHandle(methodDescAddr); 662MethodDescHandle methodDesc = rts.GetMethodDescHandle(jit.MethodDescAddress); 722MethodDescHandle methodDesc = rts.GetMethodDescHandle(exceptionCatcherEnter.MethodDescAddress);
StressTestApi\CdacStressApi.cs (1)
77MethodDescHandle mdh = rts.GetMethodDescHandle(