1 write to OSId
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\Thread.cs (1)
16
OSId
= target.ReadNUIntField(address, type, nameof(OSId));
4 references to OSId
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Thread_1.cs (3)
138
thread.
OSId
,
328
if (!_target.TryGetThreadContext(thread.
OSId
.Value, contextFlags, buffer))
330
throw new InvalidOperationException($"GetThreadContext failed for thread {thread.
OSId
.Value}");
Data\Thread.cs (1)
16
OSId = target.ReadNUIntField(address, type, nameof(
OSId
));