10 references to GetEntry
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\CodeNotifications_1.cs (10)
30Data.JITNotification entry = v.GetEntry(foundIndex); 38while (newLength > 0 && v.GetEntry(newLength - 1).IsFree) 51v.GetEntry(existingIndex).State = (ushort)flags; 59if (v.GetEntry(i).IsFree) 74v.GetEntry(firstFree).WriteEntry(module, methodToken, (ushort)flags); 91return (CodeNotificationKind)v.GetEntry(foundIndex).State; 109Data.JITNotification entry = v.GetEntry(i); 138while (newLength > 0 && v.GetEntry(newLength - 1).IsFree) 152/// <see cref="GetEntry"/> and <see cref="TryFindEntry"/>. 185Data.JITNotification entry = GetEntry(i);