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