8 references to Normal
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineParser.vb (2)
94
Dim outputLevel As OutputLevel = OutputLevel.
Normal
1025
outputLevel = VisualBasic.OutputLevel.
Normal
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (6)
CommandLineTests.vb (6)
1615
Assert.Equal(OutputLevel.
Normal
, parsedArgs.OutputLevel)
1631
Assert.Equal(OutputLevel.
Normal
, parsedArgs.OutputLevel)
1639
Assert.Equal(OutputLevel.
Normal
, parsedArgs.OutputLevel)
1655
Assert.Equal(OutputLevel.
Normal
, parsedArgs.OutputLevel)
1671
Assert.Equal(OutputLevel.
Normal
, parsedArgs.OutputLevel)
1679
Assert.Equal(OutputLevel.
Normal
, parsedArgs.OutputLevel)