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