1 write to WarningLevel
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\ConvertedVisualBasicProjectOptionsTests.vb (1)
160.WarningLevel = commandLineGeneralOption,
3 references to WarningLevel
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (3)
72Dim generalDiagnosticOption As ReportDiagnostic = DetermineGeneralDiagnosticOption(compilerOptions.WarningLevel, ruleSetFileGeneralDiagnosticOption) 271If options.WarningLevel = WarningLevel.WARN_AsError Then 277ElseIf options.WarningLevel = WarningLevel.WARN_None Then