2 writes to helpKeyword
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
88this.helpKeyword = helpKeyword; 211helpKeyword = reader.ReadOptionalString();
2 references to helpKeyword
Microsoft.Build.Framework (2)
BuildEventArgs.cs (2)
162public string? HelpKeyword => helpKeyword; 187writer.WriteOptionalString(helpKeyword);