2 references to IsWarningAsError
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
1669errors = diagnostics.ToReadOnlyAndFree().SelectAsArray(diag => new DiagnosticInfo(messageProvider, diag.IsWarningAsError, diag.Code, (object[])diag.Arguments));
Diagnostic\Diagnostic.cs (1)
329/// To determine if this is a warning treated as an error, use <see cref="IsWarningAsError"/>.