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