Skip to content

Commit 07b88d3

Browse files
authored
Update AbstractImplementAbstractClassCodeFixProvider.cs source (#78201)
# PR Summary Small PR - Commit 17c970b moved `AbstractImplementAbstractClassCodeFixProvider.cs`. This PR adjusts sources to changes.
2 parents 69728a3 + af09933 commit 07b88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/analyzers/FixAllProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ It uses the below equivalence keys for its registered code actions to get the de
6969
- Qualified type name simplification: Formatted resource string "Simplify type name A.B", which explicitly includes the contents of the node being simplified.
7070
- Member access expressions: Formatted resource string "Simplify type name A.M", which explicitly includes the contents of the node being simplified.
7171

72-
Note that '`this` expression simplification' fix requires a different kind of an equivalence class from the other two simplifications. See method [GetCodeActionId](https://github.com/dotnet/roslyn/blob/main/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassCodeFixProvider.cs) for the actual implementation.
72+
Note that '`this` expression simplification' fix requires a different kind of an equivalence class from the other two simplifications. See method [GetCodeActionId](https://github.com/dotnet/roslyn/blob/main/src/Analyzers/Core/CodeFixes/ImplementAbstractClass/AbstractImplementAbstractClassCodeFixProvider.cs) for the actual implementation.
7373

7474
To summarize, use the equivalence key that best suits the category of fixes to be applied as part of a FixAll operation.
7575

0 commit comments

Comments
 (0)