2 implementations of GetHeapAllocData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3905int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetHeapAllocData(uint count, void* data, uint* pNeeded)
SOSDacImpl.cs (1)
1899int ISOSDacInterface.GetHeapAllocData(uint count, void* data, uint* pNeeded)
2 references to GetHeapAllocData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3930__retVal = @this.GetHeapAllocData(count, data, pNeeded);
SOSDacImpl.cs (1)
1900=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetHeapAllocData(count, data, pNeeded) : HResults.E_NOTIMPL;