2 implementations of GetAssemblyList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
523
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetAssemblyList
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress appDomain, int count, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress[] values, int* pNeeded)
SOSDacImpl.cs (1)
409
int ISOSDacInterface.
GetAssemblyList
(ClrDataAddress addr, int count, [In, MarshalUsing(CountElementName = "count"), Out] ClrDataAddress[]? values, int* pNeeded)
2 references to GetAssemblyList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
616
__retVal = @this.
GetAssemblyList
(appDomain, count, values, pNeeded);
SOSDacImpl.cs (1)
470
int hrLocal = _legacyImpl.
GetAssemblyList
(addr, count, valuesLocal, &neededLocal);