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