9 references to ReJIT
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\Extensions\IReJITExtensions.cs (1)
18
if (cv.GetSource(ilCodeVersionHandle) == CodeVersionSource.
ReJIT
&& rejit.GetRejitState(ilCodeVersionHandle) == RejitState.Active)
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataFrame.cs (1)
518
if (activeVersion.IsValid && activeVersion.IsExplicit && cv.GetSource(activeVersion) != CodeVersionSource.
ReJIT
)
Dbi\DacDbiImpl.cs (2)
5709
&& codeVersions.GetSource(ilCodeVersion) == CodeVersionSource.
ReJIT
)
5857
if (ilCodeVersion.IsValid && ilCodeVersion.IsExplicit && codeVersions.GetSource(ilCodeVersion) == CodeVersionSource.
ReJIT
)
SOSDacImpl.cs (5)
2514
if (cv.GetSource(ilCodeVersion) != CodeVersionSource.
ReJIT
)
5481
if (!activeILCodeVersion.IsValid || codeVersionsContract.GetSource(activeILCodeVersion) != CodeVersionSource.
ReJIT
)
5527
if (!ilCodeVersion.IsValid || cv.GetSource(ilCodeVersion) != CodeVersionSource.
ReJIT
)
5600
if ((rejit.GetRejitState(activeILCodeVersion) != RejitState.Active || !cv.HasDefaultIL(activeILCodeVersion)) && cv.GetSource(activeILCodeVersion) == CodeVersionSource.
ReJIT
)
5666
cv.GetSource(activeILCodeVersion) == CodeVersionSource.
ReJIT
)