Assume in my C# project I have code like that:
If I right-click on method protected bool Equals(VisitRecord other)
(which has lambda-like expression bodied syntax) in VA Outline and then click "Select in Editor", only the protected bool Equals(VisitRecord other) =>
part will be selected but not the whole method body.
If I then try to move method by drag'n'drop to change it's location in file, the code will turn into uncompilable mess: