4 writes to current
Microsoft.Build.Engine (4)
Engine\EngineLoggingServicesOutProc.cs (4)
67current = 0; 93current = 0; 108current++; 114current = 0;
5 references to current
Microsoft.Build.Engine (5)
Engine\EngineLoggingServicesOutProc.cs (5)
88if (current != 0) 90NodeLoggingEvent[] trimmedEventArray = new NodeLoggingEvent[current]; 91Array.Copy(eventArray, trimmedEventArray, current); 107eventArray[current] = e; 110if (current == eventArrayChunkSize)