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