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