3 references to IsWarning
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
2121ErrorFacts.IsWarning((ErrorCode)number))
Errors\ErrorFacts.cs (2)
116else if (IsWarning(code)) 2617if (IsWarning(code) || IsInfo(code) || IsHidden(code))