3 writes to helpLink
Microsoft.Build.Framework (3)
BuildErrorEventArgs.cs (3)
202this.helpLink = helpLink; 336helpLink = reader.ReadByte() == 0 ? null : reader.ReadString(); 340helpLink = null;
2 references to helpLink
Microsoft.Build.Framework (2)
BuildErrorEventArgs.cs (2)
283public string HelpLink => helpLink; 304writer.WriteOptionalString(helpLink);