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