1 implementation of GetCalleePoppedArgumentsSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
263
uint IGCInfoDecoder.
GetCalleePoppedArgumentsSize
()
2 references to GetCalleePoppedArgumentsSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
46
return handle.
GetCalleePoppedArgumentsSize
();
Contracts\GCInfo\GCInfoX86_1.cs (1)
41
=> AssertCorrectHandle(gcInfoHandle).
GetCalleePoppedArgumentsSize
();