 For the following code: ```fsharp let private xxx = 1 let y = xxx let z = xxx ``` The text we pass to FCS looks good:  but it returns two symbol uses instead on three:  At the same time the same FCS method returns three symbol uses in Document Highlight service: 