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