1 implementation of IsNameOfAnyMemberAccessExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
168
public bool
IsNameOfAnyMemberAccessExpression
([NotNullWhen(true)] SyntaxNode? node)
5 references to IsNameOfAnyMemberAccessExpression
Microsoft.CodeAnalysis.Features (5)
IntroduceParameter\AbstractIntroduceParameterCodeRefactoringProvider.cs (1)
129
if (syntaxFacts.
IsNameOfAnyMemberAccessExpression
(expression))
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
326
if (syntaxFacts.
IsNameOfAnyMemberAccessExpression
(nodeInCurrent) ||
MoveStaticMembers\MoveStaticMembersWithDialogCodeAction.cs (2)
297
if (syntaxFacts.
IsNameOfAnyMemberAccessExpression
(refNode) &&
421
!syntaxFacts.
IsNameOfAnyMemberAccessExpression
(n)))
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (1)
515
if (this.SyntaxFacts.
IsNameOfAnyMemberAccessExpression
(expression))