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