1 override of TryGetThreadContext
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
416public 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)
1172bool success = _target.TryGetThreadContext(threadData.OSId.Value, contextFlags, buffer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
722if (!_target.TryGetThreadContext(dwThreadId, ctx.AllContextFlags, contextBuffer))