2 writes to loggingServices
Microsoft.Build.Engine (2)
Engine\EngineProxy.cs (2)
134this.loggingServices = loggingServices; 618loggingServices = null;
13 references to loggingServices
Microsoft.Build.Engine (13)
Engine\EngineProxy.cs (13)
151loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 176loggingServices.LogWarningEvent(warningEvent); 179loggingServices.LogComment(buildEventContext, MessageImportance.Normal, "ErrorConvertedIntoWarning"); 206loggingServices.LogErrorEvent(e); 220loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 249loggingServices.LogWarningEvent(e); 297loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 301loggingServices.LogMessageEvent(e); 314loggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(string.Empty), "ExpectedEventToBeSerializable", e.GetType().Name); 319loggingServices.LogCustomEvent(e); 454loggingServices, toolsVersions, false, false, buildEventContext); 482targetOutputsPerProject, loggingServices, 547targetOutputsPerProject, loggingServices,