1 write to ErrorCode
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerLoadFailureEventArgs.cs (1)
58
ErrorCode
= errorCode;
2 references to ErrorCode
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
499
switch (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.