13 references to STAR
Microsoft.VisualBasic.Core (13)
Microsoft\VisualBasic\CompilerServices\LikeOperator.vb (13)
942
Debug.Assert(PatType = PatternType.
STAR
OrElse PatType = PatternType.NONE, "Unexpected pattern group type")
946
Debug.Assert(PatType = PatternType.
STAR
OrElse PatType = PatternType.NONE, "Unexpected pattern group type")
1057
If PrevPatType <> PatternType.
STAR
Then
1058
PrevPatType = PatternType.
STAR
1059
PatternGroups(PGIndex).PatType = PatternType.
STAR
1161
Case PatternType.
STAR
, PatternType.NONE
1231
PatternGroups(0).PatType = PatternType.
STAR
, "Pattern parsing failed")
1306
Case PatternType.
STAR
, PatternType.NONE
1356
Debug.Assert(PatternGroups(PGIndex).PatType = PatternType.
STAR
, "Unexpected start of pattern groups list")
1505
If PatternGroups(PGPrevMismatchIndex).PatType <> PatternType.
STAR
AndAlso
1512
Case PatternType.
STAR
1526
If PatternGroups(PGPrevMismatchIndex).PatType <> PatternType.
STAR
Then
1541
Loop While PatternGroups(PGIndex).PatType <> PatternType.
STAR