1 implementation of FindLiteralReferencesAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
69
public ValueTask
FindLiteralReferencesAsync
(Checksum solutionChecksum, RemoteServiceCallbackId callbackId, object value, TypeCode typeCode, CancellationToken cancellationToken)
1 reference to FindLiteralReferencesAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_FindLiteralReferences.cs (1)
34
(service, solutionInfo, callbackId, cancellationToken) => service.
FindLiteralReferencesAsync
(solutionInfo, callbackId, value, typeCode, cancellationToken),