```fsharp namespace AutoProperty type Class1() = member val Foo = 123 with get, set ``` Using results of `GetAllUsesOfAllSymbolsInFile()`: <img width="1067" alt="screen shot 2017-11-13 at 19 55 56" src="https://user-images.githubusercontent.com/3923587/32738089-f0eac992-c8ac-11e7-8f52-6f0097ab7f8e.png"> <img width="1141" alt="screen shot 2017-11-13 at 19 56 23" src="https://user-images.githubusercontent.com/3923587/32738095-f3073abc-c8ac-11e7-89d6-7f9e018e4843.png"> `mfv.EnclosingEntity`, `mfv.IsProperty` return `false`. `mfv.DisplayName`, `mfv.CompiledName` return `"v"`.