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