4 implementations of GetImageBase
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (1)
131int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.GetImageBase(string imagePath, ulong* baseAddress)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (1)
336int 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)
409int 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)
331int 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)
371new 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)
448new 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)
370new int GetImageBase(string imagePath, ulong* baseAddress) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget)this).GetImageBase(imagePath, baseAddress);