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