1 instantiation of ExceptionCodeAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (1)
20
context.RegisterRefactoring(new
ExceptionCodeAction
(), context.Span);
9 references to ExceptionCodeAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (9)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (9)
30
throw new Exception($"Exception thrown from get_Title in {nameof(
ExceptionCodeAction
)}");
38
throw new Exception($"Exception thrown from get_EquivalenceKey in {nameof(
ExceptionCodeAction
)}");
43
=> throw new Exception($"Exception thrown from ComputePreviewOperationsAsync in {nameof(
ExceptionCodeAction
)}");
46
=> throw new Exception($"Exception thrown from ComputeOperationsAsync in {nameof(
ExceptionCodeAction
)}");
49
=> throw new Exception($"Exception thrown from GetChangedDocumentAsync in {nameof(
ExceptionCodeAction
)}");
52
=> throw new Exception($"Exception thrown from GetChangedSolutionAsync in {nameof(
ExceptionCodeAction
)}");
55
=> throw new Exception($"Exception thrown from PostProcessChangesAsync in {nameof(
ExceptionCodeAction
)}");
58
=> throw new Exception($"Exception thrown from GetHashCode in {nameof(
ExceptionCodeAction
)}");
61
=> throw new Exception($"Exception thrown from Equals in {nameof(
ExceptionCodeAction
)}");