1 override of TryGetThreadContext
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
442public override bool TryGetThreadContext(ulong threadId, uint contextFlags, Span<byte> buffer)
2 references to TryGetThreadContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
1323bool success = _target.TryGetThreadContext(threadData.OSId.Value, contextFlags, buffer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
925if (!_target.TryGetThreadContext(dwThreadId, ctx.AllContextFlags, contextBuffer))