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