4 references to IsPropertyAccessorOrAnOverrideAsync
Microsoft.CodeAnalysis.Workspaces (4)
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (4)
93
if (await
IsPropertyAccessorOrAnOverrideAsync
(referencedSymbol, solution, cancellationToken).ConfigureAwait(false) ||
94
await
IsPropertyAccessorOrAnOverrideAsync
(originalSymbol, solution, cancellationToken).ConfigureAwait(false))
187
var isRenamableAccessor = await
IsPropertyAccessorOrAnOverrideAsync
(referencedSymbol, solution, cancellationToken).ConfigureAwait(false);
312
isRenamableAccessor: await
IsPropertyAccessorOrAnOverrideAsync
(referencedSymbol, solution, cancellationToken).ConfigureAwait(false)));