2 references to None
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
505case AnalyzerLoadFailureEventArgs.FailureErrorCode.None:
DiagnosticAnalyzer\AnalyzerLoadFailureEventArgs.cs (1)
48if (errorCode <= FailureErrorCode.None || errorCode > FailureErrorCode.ReferencesNewerCompiler)