2 instantiations of ExceptionInRegisterMethodAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeFixes\CodeFixServiceTests.cs (2)
230=> GetFirstDiagnosticWithFixWithExceptionValidationAsync(new ErrorCases.ExceptionInRegisterMethodAsync()); 234=> GetAddedFixesWithExceptionValidationAsync(new ErrorCases.ExceptionInRegisterMethodAsync());
1 reference to ExceptionInRegisterMethodAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\ErrorCases\CodeFixExceptionInRegisterMethodAsync.cs (1)
24throw new Exception($"Exception thrown in register method of {nameof(ExceptionInRegisterMethodAsync)}");