1 instantiation of ExceptionCodeAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (1)
20context.RegisterRefactoring(new ExceptionCodeAction(), context.Span);
9 references to ExceptionCodeAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (9)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (9)
29throw new Exception($"Exception thrown from get_Title in {nameof(ExceptionCodeAction)}"); 37throw new Exception($"Exception thrown from get_EquivalenceKey in {nameof(ExceptionCodeAction)}"); 42=> throw new Exception($"Exception thrown from ComputePreviewOperationsAsync in {nameof(ExceptionCodeAction)}"); 45=> throw new Exception($"Exception thrown from ComputeOperationsAsync in {nameof(ExceptionCodeAction)}"); 48=> throw new Exception($"Exception thrown from GetChangedDocumentAsync in {nameof(ExceptionCodeAction)}"); 51=> throw new Exception($"Exception thrown from GetChangedSolutionAsync in {nameof(ExceptionCodeAction)}"); 54=> throw new Exception($"Exception thrown from PostProcessChangesAsync in {nameof(ExceptionCodeAction)}"); 57=> throw new Exception($"Exception thrown from GetHashCode in {nameof(ExceptionCodeAction)}"); 60=> throw new Exception($"Exception thrown from Equals in {nameof(ExceptionCodeAction)}");