8 references to WARN_AsError
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
ProjectSystemShim\ConvertedVisualBasicProjectOptionsTests.vb (6)
25Dim convertedOptions = GetConvertedOptions(ruleSetGeneralOption:=ReportDiagnostic.Warn, commandLineGeneralOption:=WarningLevel.WARN_AsError) 38Dim convertedOptions = GetConvertedOptions(commandLineGeneralOption:=WarningLevel.WARN_AsError, ruleSetSpecificOptions:=ruleSetSpecificOptions) 52Dim convertedOptions = GetConvertedOptions(commandLineGeneralOption:=WarningLevel.WARN_AsError, ruleSetSpecificOptions:=ruleSetSpecificOptions) 68commandLineGeneralOption:=WarningLevel.WARN_AsError, 85commandLineGeneralOption:=WarningLevel.WARN_AsError, 102commandLineGeneralOption:=WarningLevel.WARN_AsError,
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (2)
271If options.WarningLevel = WarningLevel.WARN_AsError Then 315Case WarningLevel.WARN_AsError