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