2 references to FindLocationsInCurrentProcessAsync
Microsoft.CodeAnalysis.Workspaces (2)
Rename\LightweightRenameLocations.cs (1)
116var renameLocations = await SymbolicRenameLocations.FindLocationsInCurrentProcessAsync(
Rename\SymbolicRenameLocations.cs (1)
59=> await FindLocationsInCurrentProcessAsync(symbol, solution, options, allowRenamesInRazorSourceGeneratedDocuments: false, cancellationToken).ConfigureAwait(false);