FSharpChecker.FindBackgroundReferencesInFile doesn't work for active patterns in signature files. It's because they're written into ItemKeyStore as a single Item.Value for all cases with no information about being an active pattern.
They also probably don't get a proper SymbolUse because if you try to rename them you get:
FSharpChecker.FindBackgroundReferencesInFile
doesn't work for active patterns in signature files. It's because they're written intoItemKeyStore
as a singleItem.Value
for all cases with no information about being an active pattern.They also probably don't get a proper
SymbolUse
because if you try to rename them you get: