3 writes to helpLink
Microsoft.Build.Framework (3)
BuildErrorEventArgs.cs (3)
204this.helpLink = helpLink; 338helpLink = reader.ReadByte() == 0 ? null : reader.ReadString(); 342helpLink = null;
2 references to helpLink
Microsoft.Build.Framework (2)
BuildErrorEventArgs.cs (2)
285public string HelpLink => helpLink; 306writer.WriteOptionalString(helpLink);