4 writes to Text
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
442Text = text; 451Text = text; 466Text = text; 484Text = buildEvent.Message ?? string.Empty;
3 references to Text
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (3)
476/// caller emit a dedicated, structured event type instead of an ad-hoc comment. <see cref="Text"/> 3444message: message.Text); 3455loggingService.LogCommentFromText(BuildEventContext.Invalid, message.Importance, message.Text);