Skip to content

Property setter assigning to field in HyperVSocketEndPoint #13995

@xtqqczze

Description

@xtqqczze

public Guid VmId
{
get { return _vmId; }
set { _vmId = value; }
}
public Guid ServiceId
{
get { return _serviceId; }
set { _vmId = value; }
}

Why is the setter for ServiceId assigning to _vmId? It is unclear whether this is intended behaviour or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    First-Time-IssueEasy issues first time contributors can work on to learn about this projectIssue-BugIssue has been identified as a bug in the productUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Enginecore PowerShell engine, interpreter, and runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions