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