2 implementations of GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
31uint IGCInfo.GetCodeLength(IGCInfoHandle gcInfoHandle)
Contracts\GCInfo\GCInfoX86_1.cs (1)
34uint IGCInfo.GetCodeLength(IGCInfoHandle gcInfoHandle)
5 references to GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
62hotSize = gcInfo.GetCodeLength(gcInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
59hotSize = gcInfo.GetCodeLength(gcInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
87hotSize = gcInfo.GetCodeLength(gcInfoHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataMethodInstance.cs (1)
415uint codeLength = gcInfo.GetCodeLength(gcInfoHandle);
SOSDacImpl.cs (1)
815data->MethodSize = gcInfo.GetCodeLength(gcInfoHandle);