1 write to ErrorCode
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerLoadFailureEventArgs.cs (1)
58ErrorCode = errorCode;
2 references to ErrorCode
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
499switch (e.ErrorCode)
DiagnosticAnalyzer\AnalyzerLoadFailureEventArgs.cs (1)
42/// If <see cref="ErrorCode"/> is <see cref="FailureErrorCode.ReferencesNewerCompiler"/>, returns the compiler version referenced by the analyzer assembly. Otherwise, returns null.