1 write to _threadTypeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
46
_threadTypeInfo
= target.GetTypeInfo(DataType.Thread);
1 reference to _threadTypeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
170
frameAddress = threadPointer + (ulong)
_threadTypeInfo
.Fields[nameof(Data.Thread.Frame)].Offset;