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