41 references to HelpKeyword
Microsoft.Build (16)
BackEnd\Components\Logging\LoggingService.cs (4)
1620extWarningEvent.HelpKeyword, 1642warningEvent.HelpKeyword, 1666extWarningEvent.HelpKeyword, 1687warningEvent.HelpKeyword,
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
455e.HelpKeyword,
Logging\BinaryLogger\BuildEventArgsWriter.cs (4)
234e.HelpKeyword, 247e.HelpKeyword, 669WriteDeduplicatedString(e.HelpKeyword); 845if (e.HelpKeyword != null)
Logging\TerminalLogger\TerminalLogger.cs (6)
1316if (e.HelpKeyword is not null) 1319return GenerateLinkForHelpKeyword(e.HelpKeyword); 1371else if (e.HelpKeyword is not null) 1374return GenerateLinkForHelpKeyword(e.HelpKeyword); 1405else if (e.HelpKeyword is not null) 1408return GenerateLinkForHelpKeyword(e.HelpKeyword);
LogMessagePacketBase.cs (1)
745string helpKeyword = buildEvent.HelpKeyword;
Microsoft.Build.Engine.UnitTests (17)
BackEnd\LoggingService_Tests.cs (8)
741Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword); 827Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword); 879Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword); 934Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword);
BuildEventArgsSerialization_Tests.cs (7)
66e => e.HelpKeyword, 78e => e.HelpKeyword, 601desArgs.HelpKeyword.ShouldBe(args.HelpKeyword); 949e => e.HelpKeyword, 965e => e.HelpKeyword, 990e => e.HelpKeyword,
Construction\SolutionProjectGenerator_Tests.cs (2)
353Assert.Equal(keyword, warning.HelpKeyword); 362Assert.Equal(keyword, error.HelpKeyword);
Microsoft.Build.Framework.UnitTests (2)
CustomEventArgSerialization_Tests.cs (2)
116newGenericEvent.HelpKeyword.ShouldBe(genericEvent.HelpKeyword, StringCompareShould.IgnoreCase); // "Expected Help Keywords to Match"
Microsoft.Build.Tasks.Core (1)
LogMessagePacketBase.cs (1)
745string helpKeyword = buildEvent.HelpKeyword;
Microsoft.Build.UnitTests.Shared (2)
BuildEventArgsExtension.cs (2)
53if (!String.Equals(args.HelpKeyword, other.HelpKeyword, StringComparison.OrdinalIgnoreCase))
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
864_buildStartedEvent.HelpKeyword,
MSBuild (1)
LogMessagePacketBase.cs (1)
745string helpKeyword = buildEvent.HelpKeyword;
MSBuildTaskHost (1)
BackEnd\LogMessagePacketBase.cs (1)
423string? helpKeyword = buildEvent.HelpKeyword;