6 writes to InScope
Microsoft.Build.Engine (6)
Logging\SerialConsoleLogger.cs (6)
268counter.InScope = true; 300counter.InScope = false; 353counter.InScope = true; 377counter.InScope = false; 424counter.InScope = true; 448counter.InScope = false;
2 references to InScope
Microsoft.Build.Engine (2)
Logging\BaseConsoleLogger.cs (2)
715if (InScope && !value) 722else if (!InScope && value)