Base:
method
RegisterCodeFixesAsync
Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider.RegisterCodeFixesAsync(Microsoft.CodeAnalysis.CodeFixes.CodeFixContext)
2 references to RegisterCodeFixesAsync
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (2)
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);