2 implementations of GetApplicationBase
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4184
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetApplicationBase
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress appDomain, int count, char* appBase, uint* pNeeded)
SOSDacImpl.cs (1)
335
int ISOSDacInterface.
GetApplicationBase
(ClrDataAddress appDomain, int count, char* appBase, uint* pNeeded)
2 references to GetApplicationBase
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4214
__retVal = @this.
GetApplicationBase
(appDomain, count, appBase, pNeeded);
SOSDacImpl.cs (1)
343
int hrLocal = _legacyImpl.
GetApplicationBase
(appDomain, count, appBase, pNeeded);