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