1 implementation of GetNativeCodeVersionForIP
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CodeVersions_1.cs (1)
121
NativeCodeVersionHandle ICodeVersions.
GetNativeCodeVersionForIP
(TargetCodePointer ip)
5 references to GetNativeCodeVersionForIP
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\DebugInfo\DebugInfo_2.cs (1)
132
NativeCodeVersionHandle ncvh = cv.
GetNativeCodeVersionForIP
(pCode);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
2890
NativeCodeVersionHandle nativeCodeVersion = codeVersions.
GetNativeCodeVersionForIP
(new TargetCodePointer(codeStart.Value));
5819
NativeCodeVersionHandle nativeCodeVersion = codeVersions.
GetNativeCodeVersionForIP
(codeAddress);
6257
NativeCodeVersionHandle ncvh = cv.
GetNativeCodeVersionForIP
(new TargetCodePointer(codeAddr));
SOSDacImpl.cs (1)
2282
requestedNativeCodeVersion = nativeCodeContract.
GetNativeCodeVersionForIP
(ip.ToTargetCodePointer(_target));