1 implementation of IsNameOfAnyMemberAccessExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
168
public bool
IsNameOfAnyMemberAccessExpression
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsNameOfAnyMemberAccessExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (1)
515
if (this.SyntaxFacts.
IsNameOfAnyMemberAccessExpression
(expression))