3 references to OnException
Microsoft.CodeAnalysis (3)
Diagnostic\LocalizableString.cs (1)
118
OnException
?.Invoke(this, ex);
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (2)
356
localizableString.
OnException
+= handler;
358
localizableString.
OnException
-= handler;