34 references to HelpKeyword
Microsoft.Build (10)
BackEnd\Components\Logging\LoggingService.cs (4)
1576extWarningEvent.HelpKeyword, 1598warningEvent.HelpKeyword, 1622extWarningEvent.HelpKeyword, 1643warningEvent.HelpKeyword,
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
453e.HelpKeyword,
Logging\BinaryLogger\BuildEventArgsWriter.cs (4)
234e.HelpKeyword, 247e.HelpKeyword, 667WriteDeduplicatedString(e.HelpKeyword); 820if (e.HelpKeyword != null)
LogMessagePacketBase.cs (1)
875string 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); 895e => e.HelpKeyword, 911e => e.HelpKeyword, 931e => e.HelpKeyword,
Construction\SolutionProjectGenerator_Tests.cs (2)
324Assert.Equal(keyword, warning.HelpKeyword); 333Assert.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)
875string helpKeyword = buildEvent.HelpKeyword;
MSBuildTaskHost (1)
LogMessagePacketBase.cs (1)
875string helpKeyword = buildEvent.HelpKeyword;