2 implementations of GetModulePath
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
585
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetModulePath
(ulong vmModule, nint pStrFilename, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
301
public int
GetModulePath
(ulong vmModule, nint pStrFilename, Interop.BOOL* pResult)
2 references to GetModulePath
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
610
__retVal = @this.
GetModulePath
(vmModule, pStrFilename, pResult);
Dbi\DacDbiImpl.cs (1)
341
int hrLocal = _legacy.
GetModulePath
(vmModule, pStrFilename, &resultLocal);