3 writes to buildEventContext
Microsoft.Build.Engine (3)
Engine\EngineProxy.cs (3)
135this.buildEventContext = buildEventContext; 620buildEventContext = null; 641set { buildEventContext = value; }
14 references to buildEventContext
Microsoft.Build.Engine (14)
Engine\EngineProxy.cs (14)
151loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 175warningEvent.BuildEventContext = buildEventContext; 179loggingServices.LogComment(buildEventContext, MessageImportance.Normal, "ErrorConvertedIntoWarning"); 205e.BuildEventContext = buildEventContext; 220loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 248e.BuildEventContext = buildEventContext; 297loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 300e.BuildEventContext = buildEventContext; 314loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 318e.BuildEventContext = buildEventContext; 454loggingServices, toolsVersions, false, false, buildEventContext); 483toolsVersions, useResultsCache, unloadProjectsOnCompletion, buildEventContext); 548toolsVersions, false, false, buildEventContext); 640get { return buildEventContext; }