3 implementations of GetStackParameterSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
32public uint GetStackParameterSize(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetStackParameterSize(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
32public uint GetStackParameterSize(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetStackParameterSize(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
409uint IExecutionManager.GetStackParameterSize(CodeBlockHandle codeInfoHandle)
3 references to GetStackParameterSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
32public uint GetStackParameterSize(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetStackParameterSize(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
32public uint GetStackParameterSize(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetStackParameterSize(codeInfoHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1479*pRetVal = eman.GetStackParameterSize(cbh);