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