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