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