3 instantiations of JITNotification
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CodeNotifications_1.cs (2)
164
_sentinel = new Data.
JITNotification
(target, basePointer);
178
=>
new
(_target, new TargetPointer(EntriesBase + (ulong)(index * EntrySize)));
Generated\361d1da7f942c932\Microsoft_Diagnostics_DataContractReader_Data.JITNotification.g.cs (1)
57
=> new
JITNotification
(target, address);
9 references to JITNotification
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\CodeNotifications_1.cs (6)
30
Data.
JITNotification
entry = v.GetEntry(foundIndex);
109
Data.
JITNotification
entry = v.GetEntry(i);
157
private readonly Data.
JITNotification
_sentinel;
177
public Data.
JITNotification
GetEntry(uint index)
185
Data.
JITNotification
entry = GetEntry(i);
210
uint entrySize = Data.
JITNotification
.GetSize(_target);
Data\JITNotification.cs (1)
7
internal sealed partial class JITNotification : IData<
JITNotification
>
Generated\361d1da7f942c932\Microsoft_Diagnostics_DataContractReader_Data.JITNotification.g.cs (2)
56
static
JITNotification
IData<
JITNotification
>.Create(Target target, TargetPointer address)