Base:
method
RegisterCodeFixesAsync
Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider.RegisterCodeFixesAsync(Microsoft.CodeAnalysis.CodeFixes.CodeFixContext)
4 references to RegisterCodeFixesAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
GenerateVariable\GenerateTypeTests_Razor.cs (1)
59await provider.RegisterCodeFixesAsync(context);
GenerateVariable\GenerateVariableTests_Razor.cs (1)
80await provider.RegisterCodeFixesAsync(context);
src\Analyzers\CSharp\Tests\GenerateConstructor\GenerateConstructorTests_Razor.cs (1)
80await provider.RegisterCodeFixesAsync(context);
src\Analyzers\CSharp\Tests\GenerateMethod\GenerateMethodTests_Razor.cs (1)
78await provider.RegisterCodeFixesAsync(context);