4 references to GetEntry
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (4)
300index => methodRVA < GetEntry(index).MethodStartRVA, 301index => methodRVA == GetEntry(index).MethodStartRVA, 305Data.ExceptionLookupTableEntry entry = GetEntry(foundIndex); 306Data.ExceptionLookupTableEntry nextEntry = GetEntry(foundIndex + 1);