2 implementations of GetAppDomainList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
285
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetAppDomainList
(uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress[] values, uint* pNeeded)
SOSDacImpl.cs (1)
190
int ISOSDacInterface.
GetAppDomainList
(uint count, [In, MarshalUsing(CountElementName = "count"), Out] ClrDataAddress[] values, uint* pNeeded)
2 references to GetAppDomainList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
374
__retVal = @this.
GetAppDomainList
(count, values, pNeeded);
SOSDacImpl.cs (1)
219
int hrLocal = _legacyImpl.
GetAppDomainList
(count, valuesLocal, &neededLocal);