1 type derived from CodeFixRunner
Mvc.Api.Analyzers.Test (1)
IgnoreCS1701WarningCodeFixRunner.cs (1)
9
public class IgnoreCS1701WarningCodeFixRunner :
CodeFixRunner
1 instantiation of CodeFixRunner
Microsoft.AspNetCore.Analyzer.Testing (1)
CodeFixRunner.cs (1)
20
public static CodeFixRunner Default { get; } = new
CodeFixRunner
();
3 references to CodeFixRunner
Microsoft.AspNetCore.Analyzer.Testing (1)
CodeFixRunner.cs (1)
20
public static
CodeFixRunner
Default { get; } = new CodeFixRunner();
Mvc.Api.Analyzers.Test (2)
AddResponseTypeAttributeCodeFixProviderIntegrationTest.cs (1)
14
private
CodeFixRunner
CodeFixRunner { get; } = new IgnoreCS1701WarningCodeFixRunner();
ApiActionsDoNotRequireExplicitModelValidationCheckCodeFixProviderTest.cs (1)
14
private
CodeFixRunner
CodeFixRunner { get; } = new IgnoreCS1701WarningCodeFixRunner();