When getting symbol uses via GetAllUsesOfAllSymbolsInFile() there're plenty of uses that were added implicitly or were resolved from syntax construction other than name use.
Examples:
- definition of optional parameter adds uses of OptionalParameterAttribute and its namespaces
- use of indexer property with
.[ ... ]
May ItemOccurence type be extended with these cases?
moduleClassLibrary32typeT()=memberx.Opt(?p:int)=()

When getting symbol uses via
GetAllUsesOfAllSymbolsInFile()there're plenty of uses that were added implicitly or were resolved from syntax construction other than name use.Examples:
.[ ... ]May
ItemOccurencetype be extended with these cases?