Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ type internal FSharpCodeLensService
match symbolUse.Symbol with
| :? FSharpMemberOrFunctionOrValue as func when func.IsModuleValueOrMember || func.IsProperty ->
let funcID = func.FullName
let fullDeclarationText = funcID // (textSnapshot.GetText declarationSpan).Replace(func.CompiledName, funcID)
let fullDeclarationText = funcID
let fullTypeSignature = func.FullType.ToString()
// Try to re-use the last results
if lastResults.ContainsKey fullDeclarationText then
Expand Down