6 references to IsPropertyAccessor
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\FindReferences\FindReferencesSearchOptions.cs (1)
86
AssociatePropertyReferencesWithSpecificAccessor = symbol.
IsPropertyAccessor
(),
FindSymbols\SymbolFinder_Hierarchy.cs (1)
158
var nameToLookFor = symbol.
IsPropertyAccessor
()
Rename\RenameUtilities.cs (1)
213
if (symbol.
IsPropertyAccessor
())
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (1)
33
if (referencedSymbol.
IsPropertyAccessor
())
Shared\Extensions\IFindReferencesResultExtensions.cs (1)
74
if (definition.
IsPropertyAccessor
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ISymbolExtensions.cs (1)
598
=> symbol.
IsPropertyAccessor
() || symbol.IsEventAccessor();