1 implementation of GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfo_1.cs (1)
25
uint IGCInfo.
GetCodeLength
(IGCInfoHandle gcInfoHandle)
4 references to GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
60
hotSize = gcInfo.
GetCodeLength
(gcInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
58
hotSize = gcInfo.
GetCodeLength
(gcInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
87
hotSize = gcInfo.
GetCodeLength
(gcInfoHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
837
data->MethodSize = gcInfo.
GetCodeLength
(gcInfoHandle);