2 writes to threadId
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
90
threadId
= System.Threading.Thread.CurrentThread.GetHashCode();
225
threadId
= reader.ReadInt32();
2 references to threadId
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
128
public int ThreadId =>
threadId
;
189
writer.Write(
threadId
);