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)
34
public Func<Exception, bool>? AnalyzerExceptionFilter =>
_analyzerExceptionFilter
;