2 writes to queueDepth
Microsoft.Build.Engine (2)
Introspector\NodeStatus.cs (2)
36this.queueDepth = queueDepth; 298status.queueDepth = reader.ReadInt32();
2 references to queueDepth
Microsoft.Build.Engine (2)
Introspector\NodeStatus.cs (2)
179return this.queueDepth; 253writer.Write((Int32)queueDepth);