2 instantiations of ExceptionInRegisterMethodAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeFixes\CodeFixServiceTests.cs (2)
207await GetFirstDiagnosticWithFixWithExceptionValidationAsync(new ErrorCases.ExceptionInRegisterMethodAsync()); 213await GetAddedFixesWithExceptionValidationAsync(new ErrorCases.ExceptionInRegisterMethodAsync());
1 reference to ExceptionInRegisterMethodAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\ErrorCases\CodeFixExceptionInRegisterMethodAsync.cs (1)
26throw new Exception($"Exception thrown in register method of {nameof(ExceptionInRegisterMethodAsync)}");