2 implementations of GetApplicationBase
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4184int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetApplicationBase(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress appDomain, int count, char* appBase, uint* pNeeded)
SOSDacImpl.cs (1)
335int 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)
343int hrLocal = _legacyImpl.GetApplicationBase(appDomain, count, appBase, pNeeded);