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)
4 references to IsNameOfAnyMemberAccessExpression
Microsoft.CodeAnalysis.Features (4)
IntroduceParameter\AbstractIntroduceParameterCodeRefactoringProvider.cs (1)
130if (syntaxFacts.IsNameOfAnyMemberAccessExpression(expression))
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
326if (syntaxFacts.IsNameOfAnyMemberAccessExpression(nodeInCurrent) ||
MoveStaticMembers\MoveStaticMembersWithDialogCodeAction.cs (1)
280if (syntaxFacts.IsNameOfAnyMemberAccessExpression(refNode) &&
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (1)
515if (this.SyntaxFacts.IsNameOfAnyMemberAccessExpression(expression))