7 references to LogCommentFromText
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
828loggingContext.LogCommentFromText(MessageImportance.Low, ex.ToString());
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
463taskLoggingContext.LogCommentFromText(MessageImportance.Low, s); 509_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s);
BackEnd\Components\SdkResolution\SdkLogger.cs (1)
27_loggingContext.LogCommentFromText(messageImportance, message);
Utilities\EngineFileUtilities.cs (2)
348targetLoggingContext.LogCommentFromText(MessageImportance.Low, globFailure); 354evaluationLoggingContext.LogCommentFromText(MessageImportance.Low, globFailure);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
71context.LogCommentFromText(Framework.MessageImportance.High, "Test message");