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)
1005
if (Arguments.
ReportInternalsVisibleToAttributes
)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (3)
CommandLineIVTTests.vb (3)
561
Assert.True(compiler.Arguments.
ReportInternalsVisibleToAttributes
)
577
Assert.False(compiler.Arguments.
ReportInternalsVisibleToAttributes
)
590
Assert.False(compiler.Arguments.
ReportInternalsVisibleToAttributes
)