2 references to GetRejitIds
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
2361int cJittedRejitVersions = rejitContract.GetRejitIds(_target, methodDescHandle.Address).Count(); 2380List<TargetNUInt> reJitIds = rejitContract.GetRejitIds(_target, methodDescHandle.Address).ToList();