4 instantiations of CompilerDiagnostic
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs (4)
70var current = properties == null ? diagnostic : new CompilerDiagnostic(diagnostic, properties); 124return new CompilerDiagnostic(_original.WithLocation(location), _properties); 129return new CompilerDiagnostic(_original.WithSeverity(severity), _properties); 134return new CompilerDiagnostic(_original.WithIsSuppressed(isSuppressed), _properties);
1 reference to CompilerDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.CompilationAnalyzer.cs (1)
118return obj is CompilerDiagnostic other &&