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