3 writes to helpLink
Microsoft.Build.Framework (3)
BuildWarningEventArgs.cs (3)
163this.helpLink = helpLink; 237helpLink = reader.ReadByte() == 0 ? null : reader.ReadString(); 241helpLink = null;
2 references to helpLink
Microsoft.Build.Framework (2)
BuildWarningEventArgs.cs (2)
209writer.WriteOptionalString(helpLink); 293public string HelpLink => helpLink;