2 writes to ReportIVTs
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (1)
560
csc.
ReportIVTs
= true;
VbcTests.cs (1)
527
vbc.
ReportIVTs
= true;
3 references to ReportIVTs
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedCompiler.cs (3)
486
set { _store[nameof(
ReportIVTs
)] = value; }
487
get { return _store.GetOrDefault(nameof(
ReportIVTs
), false); }
878
commandLine.AppendWhenTrue("/reportivts", _store, nameof(
ReportIVTs
));