2 writes to ReportInternalsVisibleToAttributes
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1629ReportInternalsVisibleToAttributes = reportIVTs,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1546.ReportInternalsVisibleToAttributes = reportIvts
4 references to ReportInternalsVisibleToAttributes
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1005if (Arguments.ReportInternalsVisibleToAttributes)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineIVTTests.cs (3)
342Assert.True(compiler.Arguments.ReportInternalsVisibleToAttributes); 356Assert.False(compiler.Arguments.ReportInternalsVisibleToAttributes); 367Assert.False(compiler.Arguments.ReportInternalsVisibleToAttributes);