Skip to main content

EmptyCodeFixProvider Class

Namespace: Roslynator.Testing

Assembly: Roslynator.Testing.Common.dll

Represents code fix provider that does not provide any code fixes. Use this code fix provider in DiagnosticVerifier<TAnalyzer, TFixProvider> when testing analyzers that do not provide any code fixes.

public sealed class EmptyCodeFixProvider : Microsoft.CodeAnalysis.CodeFixes.CodeFixProvider

Inheritance

Object CodeFixProvider EmptyCodeFixProvider

Constructors

ConstructorSummary
EmptyCodeFixProvider()

Properties

PropertySummary
FixableDiagnosticIds(Overrides CodeFixProvider.FixableDiagnosticIds)
RequestPriority(Inherited from CodeFixProvider)

Methods

MethodSummary
ComputeRequestPriority()(Inherited from CodeFixProvider)
Equals(Object)(Inherited from Object)
GetFixAllProvider()(Overrides CodeFixProvider.GetFixAllProvider)
GetHashCode()(Inherited from Object)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
RegisterCodeFixesAsync(CodeFixContext)(Overrides CodeFixProvider.RegisterCodeFixesAsync)
ToString()(Inherited from Object)