2 implementations of IsPointerMemberAccessExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
539public bool IsPointerMemberAccessExpression([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
520Public Function IsPointerMemberAccessExpression(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsPointerMemberAccessExpression
2 references to IsPointerMemberAccessExpression
Microsoft.CodeAnalysis.Features (1)
GenerateMember\AbstractGenerateMemberService.cs (1)
121if (syntaxFacts.IsPointerMemberAccessExpression(expression))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
520Public Function IsPointerMemberAccessExpression(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsPointerMemberAccessExpression