3 writes to helpLink
Microsoft.Build.Framework (3)
BuildWarningEventArgs.cs (3)
164this.helpLink = helpLink; 238helpLink = reader.ReadByte() == 0 ? null : reader.ReadString(); 242helpLink = null;
2 references to helpLink
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
210writer.WriteOptionalString(helpLink); 294public string HelpLink => helpLink;