2 implementations of GetFailedAssemblyList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\37\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3942
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetFailedAssemblyList
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress appDomain, int count, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress[] values, uint* pNeeded)
SOSDacImpl.cs (1)
1009
int ISOSDacInterface.
GetFailedAssemblyList
(ClrDataAddress appDomain, int count, [In, MarshalUsing(CountElementName = "count"), Out] ClrDataAddress[] values, uint* pNeeded)
1 reference to GetFailedAssemblyList
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\37\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4035
__retVal = @this.
GetFailedAssemblyList
(appDomain, count, values, pNeeded);