5 writes to isActive
Microsoft.Build.Engine (5)
Introspector\NodeStatus.cs (5)
35this.isActive = isActive; 54this.isActive = true; 70this.isActive = true; 85this.isActive = true; 296status.isActive = reader.ReadBoolean();
2 references to isActive
Microsoft.Build.Engine (2)
Introspector\NodeStatus.cs (2)
146return this.isActive; 251writer.Write(isActive);