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