2 instantiations of ExceptionInRegisterMethod
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeFixes\CodeFixServiceTests.cs (2)
195
await GetFirstDiagnosticWithFixWithExceptionValidationAsync(new ErrorCases.
ExceptionInRegisterMethod
());
201
await GetAddedFixesWithExceptionValidationAsync(new ErrorCases.
ExceptionInRegisterMethod
());
1 reference to ExceptionInRegisterMethod
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\ErrorCases\CodeFixExceptionInRegisterMethod.cs (1)
23
=> throw new Exception($"Exception thrown in register method of {nameof(
ExceptionInRegisterMethod
)}");