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