5 references to OPTID_WARNNOTASERRORLIST
Microsoft.VisualStudio.LanguageServices.CSharp (3)
ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs (1)
34
ProjectSystemProjectOptionsProcessor[CompilerOptions.
OPTID_WARNNOTASERRORLIST
] = string.Empty;
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (2)
110
foreach (var diagnosticID in ParseWarningCodes(CompilerOptions.
OPTID_WARNNOTASERRORLIST
))
162
CompilerOptions.
OPTID_WARNNOTASERRORLIST
);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
ProjectSystemShim\LegacyProject\AnalyzersTests.cs (2)
185
project.SetOption(CompilerOptions.
OPTID_WARNNOTASERRORLIST
, "1014");
189
project.SetOption(CompilerOptions.
OPTID_WARNNOTASERRORLIST
, null);