3 references to JITNotificationTableSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
51
public const string JITNotificationTableSize = nameof(
JITNotificationTableSize
);
Contracts\CodeNotifications_1.cs (2)
175
public uint Capacity => _target.ReadGlobal<uint>(Constants.Globals.
JITNotificationTableSize
);
234
uint capacity = _target.ReadGlobal<uint>(Constants.Globals.
JITNotificationTableSize
);