3 references to ExceptionInCodeActions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CodeRefactorings\CodeRefactoringServiceTest.cs (1)
31
=> await VerifyRefactoringDisabledAsync<ErrorCases.
ExceptionInCodeActions
>();
CodeRefactorings\ErrorCases\CodeRefactoringExceptionInComputeRefactorings.cs (1)
27
=> throw new Exception($"Exception thrown from ComputeRefactoringsAsync in {nameof(
ExceptionInCodeActions
)}");
CodeRefactorings\ErrorCases\CodeRefactoringExceptionInComputeRefactoringsAsync.cs (1)
29
throw new Exception($"Exception thrown from ComputeRefactoringsAsync in {nameof(
ExceptionInCodeActions
)}");