1 instantiation of SymbolReferenceFinder
Microsoft.CodeAnalysis.Features (1)
AddImport\AbstractAddImportFeatureService.cs (1)
138var finder = new SymbolReferenceFinder(
5 references to SymbolReferenceFinder
Microsoft.CodeAnalysis.Features (5)
AddImport\AbstractAddImportFeatureService.cs (5)
138var finder = new SymbolReferenceFinder( 167Project project, int maxResults, SymbolReferenceFinder finder, bool exact, CancellationToken cancellationToken) 200ConcurrentQueue<Reference> allSymbolReferences, SymbolReferenceFinder finder, bool exact, CancellationToken cancellationToken) 210SymbolReferenceFinder finder, bool exact, CancellationToken cancellationToken) 254Project project, ConcurrentQueue<Reference> allSymbolReferences, int maxResults, SymbolReferenceFinder finder,