3 references to GetLeftSideOfDot
Microsoft.CodeAnalysis.VisualBasic.Features (3)
GenerateType\VisualBasicGenerateTypeService.vb (2)
44
Return simpleName.
GetLeftSideOfDot
()
107
If Not (TypeOf simpleName.
GetLeftSideOfDot
() Is NameSyntax) Then
SignatureHelp\GenericNameSignatureHelpProvider.vb (1)
71
Dim beforeDotExpression = If(genericName.IsRightSideOfDotOrBang(), genericName.
GetLeftSideOfDot
(), Nothing)