2 implementations of GetAssemblyModuleList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
880
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetAssemblyModuleList
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress assembly, uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress[] modules, uint* pNeeded)
SOSDacImpl.cs (1)
492
int ISOSDacInterface.
GetAssemblyModuleList
(ClrDataAddress assembly, uint count, [In, MarshalUsing(CountElementName = "count"), Out] ClrDataAddress[]? modules, uint* pNeeded)
2 references to GetAssemblyModuleList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
973
__retVal = @this.
GetAssemblyModuleList
(assembly, count, modules, pNeeded);
SOSDacImpl.cs (1)
523
int hrLocal = _legacyImpl.
GetAssemblyModuleList
(assembly, count, modulesLocal, &neededLocal);