2 implementations of GetPrivateBinPaths
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4058
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetPrivateBinPaths
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress appDomain, int count, char* paths, uint* pNeeded)
SOSDacImpl.cs (1)
3664
int ISOSDacInterface.
GetPrivateBinPaths
(ClrDataAddress appDomain, int count, char* paths, uint* pNeeded)
2 references to GetPrivateBinPaths
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
4088
__retVal = @this.
GetPrivateBinPaths
(appDomain, count, paths, pNeeded);
SOSDacImpl.cs (1)
3672
int hrLocal = _legacyImpl.
GetPrivateBinPaths
(appDomain, count, paths, pNeeded);