2 implementations of GetAssemblyLocation
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4100
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetAssemblyLocation
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress assembly, int count, char* location, uint* pNeeded)
SOSDacImpl.cs (1)
490
int ISOSDacInterface.
GetAssemblyLocation
(ClrDataAddress assembly, int count, char* location, uint* pNeeded)
2 references to GetAssemblyLocation
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4130
__retVal = @this.
GetAssemblyLocation
(assembly, count, location, pNeeded);
SOSDacImpl.cs (1)
491
=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.
GetAssemblyLocation
(assembly, count, location, pNeeded) : HResults.E_NOTIMPL;