4 references to IsConnectorPunctuation
Microsoft.CodeAnalysis.VisualBasic (4)
CommandLine\VisualBasicCommandLineParser.vb (1)
1839If trimmedSymbolList.Length > 0 AndAlso IsConnectorPunctuation(trimmedSymbolList(trimmedSymbolList.Length - 1)) Then
Scanner\Scanner.vb (3)
1487If IsConnectorPunctuation(c) AndAlso spellingLength = 1 Then 1509If IsConnectorPunctuation(ch) AndAlso Not IsIdentifierPartCharacter(ch1) Then 1636(IsConnectorPunctuation(ch) AndAlso