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