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