3 references to ReferenceProcessing
Microsoft.CodeAnalysis.Workspaces (3)
Rename\SymbolicRenameLocations.cs (3)
73
var (strings, comments) = await
ReferenceProcessing
.GetRenamableLocationsInStringsAndCommentsAsync(
137
await
ReferenceProcessing
.GetRenamableDefinitionLocationsAsync(referencedSymbol.Definition, symbol, solution, options, cancellationToken).ConfigureAwait(false));
141
(l, c) =>
ReferenceProcessing
.GetRenamableReferenceLocationsAsync(