4 writes to Text
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
442
Text
= text;
451
Text
= text;
466
Text
= text;
484
Text
= 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
"/>
3444
message: message.
Text
);
3455
loggingService.LogCommentFromText(BuildEventContext.Invalid, message.Importance, message.
Text
);