2 writes to helpKeyword
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
87this.helpKeyword = helpKeyword; 210helpKeyword = reader.ReadOptionalString();
2 references to helpKeyword
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
161public string? HelpKeyword => helpKeyword; 186writer.WriteOptionalString(helpKeyword);