2 implementations of GetAppDomainName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\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)
230
int ISOSDacInterface.
GetAppDomainName
(ClrDataAddress addr, uint count, char* name, uint* pNeeded)
2 references to GetAppDomainName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
469
__retVal = @this.
GetAppDomainName
(addr, count, name, pNeeded);
SOSDacImpl.cs (1)
292
hrLocal = _legacyImpl.
GetAppDomainName
(addr, count, ptr, &neededLocal);