SymbolRenamerOptions Class
Namespace: Roslynator.Rename
Assembly: Roslynator.Workspaces.Core.dll
Represents options for SymbolRenamer.
public class SymbolRenamerOptions
Inheritance
Object → SymbolRenamerOptions
Constructors
Constructor | Summary |
---|---|
SymbolRenamerOptions() |
Properties
Property | Summary |
---|---|
CompilationErrorResolution | |
DryRun | Do not save changes to disk. |
IgnoredCompilerDiagnosticIds | A list of compiler diagnostic IDs that should be ignored. |
IncludeGeneratedCode | Include symbols that are part of generated code. |
RenameFile | If the symbol is a type renames the file containing the type declaration as well. |
RenameInComments | Rename identifiers in comments that match the name of the symbol. |
RenameInStrings | Rename identifiers in string literals that match the name of the symbol. |
RenameOverloads | If the symbol is a method rename its overloads as well. |
SkipLocals | Do not rename local symbols (like local variables). |
SkipMembers | Do not rename member symbols (methods, properties, fields etc.). |
SkipTypes | Do not rename type symbols (classes, structs, interfaces etc.). |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from Object) |
GetHashCode() | (Inherited from Object) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from Object) |