12 references to IsRightSideOfDot
Microsoft.CodeAnalysis.VisualBasic.Features (4)
GenerateType\VisualBasicGenerateTypeService.vb (2)
105
If simpleName.
IsRightSideOfDot
() Then
168
If simpleName.
IsRightSideOfDot
() Then
ReplaceMethodWithProperty\VisualBasicReplaceMethodWithPropertyService.vb (2)
149
Dim parentExpression = If(nameNode.
IsRightSideOfDot
(), DirectCast(nameNode.Parent, ExpressionSyntax), nameNode)
178
Dim parentExpression = If(nameNode.
IsRightSideOfDot
(), DirectCast(nameNode.Parent, ExpressionSyntax), nameNode)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (8)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb\ExpressionSyntaxExtensions.vb (2)
327
If expression.
IsRightSideOfDot
() Then
371
If expression.
IsRightSideOfDot
() Then
SimpleNameSyntaxExtensions.vb (1)
31
If simpleName.
IsRightSideOfDot
() Then
Simplification\Reducers\VisualBasicEscapingReducer.vb (1)
57
If Not DirectCast(parent, ExpressionSyntax).
IsRightSideOfDot
() Then
Simplification\Simplifiers\ExpressionSimplifier.vb (1)
107
If Not memberAccess.
IsRightSideOfDot
() Then
Simplification\Simplifiers\NameSimplifier.vb (2)
72
If Not name.
IsRightSideOfDot
() Then
369
If name.Parent.Kind = SyntaxKind.Attribute OrElse name.
IsRightSideOfDot
() Then
Simplification\VisualBasicSimplificationService.Expander.vb (1)
618
(parent.Kind = SyntaxKind.SimpleMemberAccessExpression AndAlso originalSimpleName.
IsRightSideOfDot
()) OrElse