7 references to LogCommentFromText
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
829loggingContext.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)
347targetLoggingContext.LogCommentFromText(MessageImportance.Low, globFailure); 353evaluationLoggingContext.LogCommentFromText(MessageImportance.Low, globFailure);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
72context.LogCommentFromText(Framework.MessageImportance.High, "Test message");