2 implementations of IsPointerMemberAccessExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
539
public bool
IsPointerMemberAccessExpression
([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
520
Public Function
IsPointerMemberAccessExpression
(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsPointerMemberAccessExpression
1 reference to IsPointerMemberAccessExpression
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
520
Public Function IsPointerMemberAccessExpression(node As SyntaxNode) As Boolean Implements ISyntaxFacts.
IsPointerMemberAccessExpression