2 references to CreateFinderLocation
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
200var finderLocation = CreateFinderLocation(state, token, reason, cancellationToken);
FindSymbols\FindReferences\Finders\AbstractTypeParameterSymbolReferenceFinder.cs (1)
59result.Add(CreateFinderLocation(state, token, CandidateReason.None, cancellationToken));