4 implementations of GetImageBase
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
131
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetImageBase
(string imagePath, ulong* baseAddress)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
336
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetImageBase
(string imagePath, ulong* baseAddress) => throw new global::System.Diagnostics.UnreachableException();
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
409
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetImageBase
(string imagePath, ulong* baseAddress) => throw new global::System.Diagnostics.UnreachableException();
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
331
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.
GetImageBase
(string imagePath, ulong* baseAddress) => throw new global::System.Diagnostics.UnreachableException();
4 references to GetImageBase
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
160
__retVal = @this.
GetImageBase
(imagePath, baseAddress);
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
371
new int GetImageBase(string imagePath, ulong* baseAddress) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetImageBase
(imagePath, baseAddress);
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (1)
448
new int GetImageBase(string imagePath, ulong* baseAddress) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetImageBase
(imagePath, baseAddress);
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (1)
370
new int GetImageBase(string imagePath, ulong* baseAddress) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).
GetImageBase
(imagePath, baseAddress);