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)
72
Dim generalDiagnosticOption As ReportDiagnostic = DetermineGeneralDiagnosticOption(compilerOptions.
WarningLevel
, ruleSetFileGeneralDiagnosticOption)
271
If options.
WarningLevel
= WarningLevel.WARN_AsError Then
277
ElseIf options.
WarningLevel
= WarningLevel.WARN_None Then