6 writes to OnError
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
CodeActions\Preview\PreviewExceptionTests.cs (3)
35
errorReportingService.
OnError
= message => errorReported = true;
48
errorReportingService.
OnError
= message => errorReported = true;
61
errorReportingService.
OnError
= message => errorReported = true;
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CodeFixes\CodeFixServiceTests.cs (2)
263
errorReportingService.
OnError
= message => errorReported = true;
292
errorReportingService.
OnError
= message => errorReported = true;
CodeRefactorings\CodeRefactoringServiceTest.cs (1)
110
errorReportingService.
OnError
= message => errorReported = true;
3 references to OnError
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
TestErrorReportingService.cs (3)
30
=>
OnError
(exception.Message);
33
=>
OnError
(message);
36
=>
OnError
($"{message} {exception}");