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