-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEConcept-APIThis issue involves adding, removing, clarification, or modification of an API.This issue involves adding, removing, clarification, or modification of an API.Resolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedVerified
Description
Here in the method InsertAfter is used method InsertBefore.
Also InsertBefore(SyntaxNode node, SyntaxNode newNode) and InsertAfter(SyntaxNode node, SyntaxNode newNode) are duplicates
https://github.com/dotnet/roslyn/blob/master/src/Workspaces/Core/Portable/Editing/SyntaxEditor.cs#L156
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEConcept-APIThis issue involves adding, removing, clarification, or modification of an API.This issue involves adding, removing, clarification, or modification of an API.Resolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedVerified