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