3 references to ErrorReport
Microsoft.Build.Tasks.CodeAnalysis (3)
Vbc.cs (3)
75set { _store[nameof(ErrorReport)] = value; } 76get { return (string?)_store[nameof(ErrorReport)]; } 436commandLine.AppendSwitchIfNotNull("/errorreport:", this.ErrorReport);