2 implementations of GetCodeHeapList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3281
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetCodeHeapList
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress jitManager, uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpJitCodeHeapInfo[] codeHeaps, uint* pNeeded)
SOSDacImpl.cs (1)
870
int ISOSDacInterface.
GetCodeHeapList
(ClrDataAddress jitManager, uint count, [In, MarshalUsing(CountElementName = nameof(count)), Out] DacpJitCodeHeapInfo[]? codeHeaps, uint* pNeeded)
2 references to GetCodeHeapList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3320
__retVal = @this.
GetCodeHeapList
(jitManager, count, codeHeaps, pNeeded);
SOSDacImpl.cs (1)
922
int hrLocal = _legacyImpl.
GetCodeHeapList
(jitManager, count, legacyHeaps, codeHeaps is null && pNeeded is null ? null : &neededLocal);