34 references to HelpKeyword
Microsoft.Build (10)
BackEnd\Components\Logging\LoggingService.cs (4)
1556extWarningEvent.HelpKeyword, 1578warningEvent.HelpKeyword, 1602extWarningEvent.HelpKeyword, 1623warningEvent.HelpKeyword,
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
453e.HelpKeyword,
Logging\BinaryLogger\BuildEventArgsWriter.cs (4)
234e.HelpKeyword, 247e.HelpKeyword, 669WriteDeduplicatedString(e.HelpKeyword); 822if (e.HelpKeyword != null)
LogMessagePacketBase.cs (1)
811string helpKeyword = buildEvent.HelpKeyword;
Microsoft.Build.Engine.UnitTests (17)
BackEnd\LoggingService_Tests.cs (8)
742Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword); 828Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword); 880Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword); 935Assert.Equal(BuildWarningEventForTreatAsErrorOrMessageTests.HelpKeyword, actualBuildEvent.HelpKeyword);
BuildEventArgsSerialization_Tests.cs (7)
66e => e.HelpKeyword, 78e => e.HelpKeyword, 601desArgs.HelpKeyword.ShouldBe(args.HelpKeyword); 898e => e.HelpKeyword, 914e => e.HelpKeyword, 939e => 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.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)
811string helpKeyword = buildEvent.HelpKeyword;
MSBuildTaskHost (1)
LogMessagePacketBase.cs (1)
811string helpKeyword = buildEvent.HelpKeyword;