2 implementations of GetAssemblyFromModule
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
5113
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetAssemblyFromModule
(ulong vmModule, ulong* pVmAssembly)
Dbi\DacDbiImpl.cs (1)
2460
public int
GetAssemblyFromModule
(ulong vmModule, ulong* pVmAssembly)
2 references to GetAssemblyFromModule
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
5138
__retVal = @this.
GetAssemblyFromModule
(vmModule, pVmAssembly);
Dbi\DacDbiImpl.cs (1)
2461
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetAssemblyFromModule
(vmModule, pVmAssembly) : HResults.E_NOTIMPL;