1 instantiation of ExceptionInGetFixAllProvider
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
269
=> await GetAddedFixesWithExceptionValidationAsync(new ErrorCases.
ExceptionInGetFixAllProvider
());
1 reference to ExceptionInGetFixAllProvider
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\ErrorCases\CodeFixExceptionInGetFixAllProvider.cs (1)
23
=> throw new Exception($"Exception thrown in GetFixAllProvider of {nameof(
ExceptionInGetFixAllProvider
)}");