1 instantiation of ExceptionCodeAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (1)
21
context.RegisterRefactoring(new
ExceptionCodeAction
(), context.Span);
9 references to ExceptionCodeAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (9)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (9)
31
throw new Exception($"Exception thrown from get_Title in {nameof(
ExceptionCodeAction
)}");
39
throw new Exception($"Exception thrown from get_EquivalenceKey in {nameof(
ExceptionCodeAction
)}");
44
=> throw new Exception($"Exception thrown from ComputePreviewOperationsAsync in {nameof(
ExceptionCodeAction
)}");
47
=> throw new Exception($"Exception thrown from ComputeOperationsAsync in {nameof(
ExceptionCodeAction
)}");
50
=> throw new Exception($"Exception thrown from GetChangedDocumentAsync in {nameof(
ExceptionCodeAction
)}");
53
=> throw new Exception($"Exception thrown from GetChangedSolutionAsync in {nameof(
ExceptionCodeAction
)}");
56
=> throw new Exception($"Exception thrown from PostProcessChangesAsync in {nameof(
ExceptionCodeAction
)}");
59
=> throw new Exception($"Exception thrown from GetHashCode in {nameof(
ExceptionCodeAction
)}");
62
=> throw new Exception($"Exception thrown from Equals in {nameof(
ExceptionCodeAction
)}");