type Model = { V: string; I: int }
let m = { V = ""; I = 0 }
let m1 = { m with V = "m" }
type R = { M: Model }
Find all references on Model returns the reference on the last line.
Describe the solution you'd like
I'd additionally like to see the places where record constructors are implicitly called, even though there's no symbol reference on the particular line. Maybe have a setting that would enable this behavior?
Additional context
VS 17.7 Preview 1.0