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