2 implementations of GetCalleePoppedArgumentsSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
43
uint IGCInfo.
GetCalleePoppedArgumentsSize
(IGCInfoHandle gcInfoHandle)
Contracts\GCInfo\GCInfoX86_1.cs (1)
40
uint IGCInfo.
GetCalleePoppedArgumentsSize
(IGCInfoHandle gcInfoHandle)
1 reference to GetCalleePoppedArgumentsSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
424
return gcInfoContract.
GetCalleePoppedArgumentsSize
(handle);