3 writes to helpLink
Microsoft.Build.Framework (3)
BuildWarningEventArgs.cs (3)
166this.helpLink = helpLink; 240helpLink = reader.ReadByte() == 0 ? null : reader.ReadString(); 244helpLink = null;
2 references to helpLink
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
212writer.WriteOptionalString(helpLink); 296public string HelpLink => helpLink;