2 writes to threadId
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
91
threadId
= System.Threading.Thread.CurrentThread.GetHashCode();
226
threadId
= reader.ReadInt32();
2 references to threadId
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
129
public int ThreadId =>
threadId
;
190
writer.Write(
threadId
);