2 implementations of GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (1)
552public uint GetCodeLength()
Contracts\GCInfo\X86\GCInfo.cs (1)
452uint IGCInfoDecoder.GetCodeLength() => MethodSize;
2 references to GetCodeLength
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
34return handle.GetCodeLength();
Contracts\GCInfo\GCInfoX86_1.cs (1)
35=> AssertCorrectHandle(gcInfoHandle).GetCodeLength();