1 write to ReportInternalsVisibleToAttributes
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1527.ReportInternalsVisibleToAttributes = reportIVTs
4 references to ReportInternalsVisibleToAttributes
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1005if (Arguments.ReportInternalsVisibleToAttributes)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (3)
CommandLineIVTTests.vb (3)
561Assert.True(compiler.Arguments.ReportInternalsVisibleToAttributes) 577Assert.False(compiler.Arguments.ReportInternalsVisibleToAttributes) 590Assert.False(compiler.Arguments.ReportInternalsVisibleToAttributes)