2 writes to buildEvents
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
422this.buildEvents = buildEvents; 474buildEvents = new NodeLoggingEvent[numberOfNodeEvents];
6 references to buildEvents
Microsoft.Build.Engine (6)
LocalProvider\LocalCallDescriptor.cs (6)
429engineCallback.PostLoggingMessagesToHost(nodeId, buildEvents); 443return buildEvents; 451ErrorUtilities.VerifyThrow(buildEvents != null, "buildRequests should not be null"); 454writer.Write((Int32)buildEvents.Length); 455foreach (NodeLoggingEvent nodeEvent in buildEvents) 488buildEvents[i] = e;