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