2 implementations of GetAppDomainName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
439
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetAppDomainName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress addr, uint count, char* name, uint* pNeeded)
SOSDacImpl.cs (1)
244
int ISOSDacInterface.
GetAppDomainName
(ClrDataAddress addr, uint count, char* name, uint* pNeeded)
1 reference to GetAppDomainName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
469
__retVal = @this.
GetAppDomainName
(addr, count, name, pNeeded);