3 references to ErrorReport
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (3)
83set { _store[nameof(ErrorReport)] = value; } 84get { return (string?)_store[nameof(ErrorReport)]; } 211commandLine.AppendSwitchIfNotNull("/errorreport:", ErrorReport);