5 references to LogCommentFromText
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
828loggingContext.LogCommentFromText(MessageImportance.Low, ex.ToString());
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
460taskLoggingContext.LogCommentFromText(MessageImportance.Low, s); 505_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s);
BackEnd\Components\SdkResolution\SdkLogger.cs (1)
27_loggingContext.LogCommentFromText(messageImportance, message);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
72context.LogCommentFromText(Framework.MessageImportance.High, "Test message");