7 references to LogCommentFromText
Microsoft.Build.Engine (7)
Engine\EngineLoggingServices.cs (1)
338LogCommentFromText(buildEventContext, importance, ResourceUtilities.FormatResourceString(messageResourceName, messageArgs));
Engine\Project.cs (1)
1783ParentEngine.LoggingServices.LogCommentFromText(buildEventContext, MessageImportance.Low, comment);
Engine\TargetDependencyAnalyzer.cs (2)
300loggingService.LogCommentFromText(buildEventContext, MessageImportance.Low, reason); 310loggingService.LogCommentFromText(buildEventContext, MessageImportance.Low, reason);
Engine\TaskEngine.cs (2)
401loggingServices.LogCommentFromText(buildEventContext, MessageImportance.Low, s); 441loggingServices.LogCommentFromText(buildEventContext, MessageImportance.Low, s);
Solution\SolutionWrapperProject.cs (1)
263parentEngine.LoggingServices.LogCommentFromText(projectBuildEventContext, MessageImportance.Low, message);