3 writes to helpLink
Microsoft.Build.Framework (3)
BuildErrorEventArgs.cs (3)
201this.helpLink = helpLink; 335helpLink = reader.ReadByte() == 0 ? null : reader.ReadString(); 339helpLink = null;
2 references to helpLink
Microsoft.Build.Framework (2)
BuildErrorEventArgs.cs (2)
282public string HelpLink => helpLink; 303writer.WriteOptionalString(helpLink);