1 implementation of GetThreadAllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
156
void IThread.
GetThreadAllocContext
(TargetPointer threadPointer, out long allocBytes, out long allocBytesLoh)
2 references to GetThreadAllocContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
805
_target.Contracts.Thread.
GetThreadAllocContext
(threadPtr, out long allocBytes, out long allocBytesLoh);
SOSDacImpl.cs (1)
4279
contract.
GetThreadAllocContext
(thread.ToTargetPointer(_target), out long allocBytes, out long allocBytesLoh);