Closed
Description
Being an "id" looks to me like it should be able to uniquely identify a method (or generally any member, being namespace, method, type, property, event).
In a niche case like the following:
type C() =
/// <summary>
/// </summary>
member this.M(s: string) = ()
/// <summary>
/// </summary>
member this.``M(System.String)``() = ()
Both methods will have the same id:
Metadata
Metadata
Assignees
Type
Projects
Status
Done