2 implementations of Next
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\29\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (1)
40int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.Next(uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.SOSMemoryRegion[] memRegions, uint* pNeeded)
SOSDacImpl.cs (1)
1770int ISOSMemoryEnum.Next(uint count, SOSMemoryRegion[] memRegions, uint* pNeeded)
2 references to Next
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\29\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (1)
74__retVal = @this.Next(count, memRegions, pNeeded);
SOSDacImpl.cs (1)
1794int hrLocal = _legacyMemoryEnum.Next(count, regionsLocal, &neededLocal);