1 implementation of GetNativeCodeVersionForIP
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CodeVersions_1.cs (1)
118
NativeCodeVersionHandle ICodeVersions.
GetNativeCodeVersionForIP
(TargetCodePointer ip)
3 references to GetNativeCodeVersionForIP
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfo_2.cs (1)
132
NativeCodeVersionHandle ncvh = cv.
GetNativeCodeVersionForIP
(pCode);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
2693
NativeCodeVersionHandle nativeCodeVersion = codeVersions.
GetNativeCodeVersionForIP
(codeAddress);
SOSDacImpl.cs (1)
2299
requestedNativeCodeVersion = nativeCodeContract.
GetNativeCodeVersionForIP
(ip.ToTargetCodePointer(_target));