1 instantiation of Thread
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\182\Microsoft_Diagnostics_DataContractReader_Data.Thread.g.cs (1)
111=> new Thread(target, address);
25 references to Thread
Microsoft.Diagnostics.DataContractReader.Contracts (25)
_generated\182\Microsoft_Diagnostics_DataContractReader_Data.Thread.g.cs (2)
110static Thread IData<Thread>.Create(Target target, TargetPointer address)
Contracts\StackWalk\StackWalk_1.cs (2)
391Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadData.ThreadAddress);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (2)
134Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(handle.ThreadData.ThreadAddress);
Contracts\Thread_1.cs (16)
59Data.Thread t = _target.ProcessedData.GetOrAdd<Data.Thread>(thread); 65Data.Thread t = _target.ProcessedData.GetOrAdd<Data.Thread>(thread); 127Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 186Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 194Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 198frameAddress = threadPointer + (ulong)_threadTypeInfo.Fields[nameof(Data.Thread.Frame)].Offset; 216Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 272private (Data.Thread thread, Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) GetThreadExceptionInfo(TargetPointer threadPointer) 274Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer);
Contracts\WindowsErrorReporting_1.cs (2)
20Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer);
Data\Thread.cs (1)
7internal sealed partial class Thread : IData<Thread>