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
Constructor | Summary |
---|---|
EmptyCodeFixProvider() |
Properties
Property | Summary |
---|---|
FixableDiagnosticIds | (Overrides CodeFixProvider.FixableDiagnosticIds) |
RequestPriority | (Inherited from CodeFixProvider) |
Methods
Method | Summary |
---|---|
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) |