1 write to _analyzerExceptionFilter
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs (1)
104_analyzerExceptionFilter = analyzerExceptionFilter;
1 reference to _analyzerExceptionFilter
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs (1)
34public Func<Exception, bool>? AnalyzerExceptionFilter => _analyzerExceptionFilter;