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