8 references to LogCommentFromText
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
827loggingContext.LogCommentFromText(MessageImportance.Low, ex.ToString());
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
462taskLoggingContext.LogCommentFromText(MessageImportance.Low, s); 507_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s);
BackEnd\Components\SdkResolution\SdkLogger.cs (1)
27_loggingContext.LogCommentFromText(messageImportance, message);
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (3)
145loggingContext.LogCommentFromText(MessageImportance.Low, $"BuildCheck run times{Environment.NewLine}"); 147loggingContext.LogCommentFromText(MessageImportance.Low, infraData); 149loggingContext.LogCommentFromText(MessageImportance.Low, analyzerData);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
72context.LogCommentFromText(Framework.MessageImportance.High, "Test message");