-
Notifications
You must be signed in to change notification settings - Fork 851
Labels
Area-LangService-RenameSymbolFCS and VS support for renaming symbolsFCS and VS support for renaming symbolsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
Please provide a succinct description of the issue.
Repro steps
- Create any property
[<Struct>]
type IterationState<'T> = {
/// A flag to stop the iteration.
StopRef : bool Ref
} with
member this.Stop
with get () = this.StopRef.Value
and set v = this.StopRef.Value <- v - Set cursor to
Stop - Rename
- See
member this.ShouldStop
with ShouldStop () = this.StopRef.Value
and ShouldStop v = this.StopRef.Value <- vF.property.rename.mp4
Expected behavior
Renamed only the property but not the getter and setter
Actual behavior
Getter and setter are being renamed along with a property
Related information
Provide any related information (optional):
Microsoft Visual Studio Enterprise 2022 (64-bit)
Version 17.12.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-LangService-RenameSymbolFCS and VS support for renaming symbolsFCS and VS support for renaming symbolsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
Status
Done