1 instantiation of Thread
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\198\Microsoft_Diagnostics_DataContractReader_Data.Thread.g.cs (1)
185=> new Thread(target, address);
25 references to Thread
Microsoft.Diagnostics.DataContractReader.Contracts (25)
_generated\198\Microsoft_Diagnostics_DataContractReader_Data.Thread.g.cs (2)
184static Thread IData<Thread>.Create(Target target, TargetPointer address)
Contracts\StackWalk\StackWalk_1.cs (2)
407Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadData.ThreadAddress);
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (2)
189Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(handle.ThreadData.ThreadAddress);
Contracts\Thread_1.cs (16)
57Data.Thread t = _target.ProcessedData.GetOrAdd<Data.Thread>(thread); 63Data.Thread t = _target.ProcessedData.GetOrAdd<Data.Thread>(thread); 125Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 184Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 192Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 196frameAddress = threadPointer + (ulong)Data.Thread.GetFrameOffset(_target); 214Data.Thread thread = _target.ProcessedData.GetOrAdd<Data.Thread>(threadPointer); 270private (Data.Thread thread, Data.ExceptionInfo? exceptionInfo, TargetPointer exceptionTrackerAddr) GetThreadExceptionInfo(TargetPointer threadPointer) 272Data.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>