Skip to content

MembersFunctionsAndValues returns no auto property symbol in interface implementation #16099

Open
@auduchinok

Description

@auduchinok
module Module

type I =
  abstract P1: int with get, set
  abstract P2: int

type T() =
  interface I with
    member val P1 = 1 with get, set

Repro:

  • Get T symbol via checkResults.GetAllUsesOfAllSymbolsInFile
  • Call MembersFunctionsAndValues

Expected: auto property is available in the results
Actual: only separate accessors are returned instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-Compiler-ServiceVarious compiler service issues which do not belong to other labels/areas.BugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions