12 references to NONE
Microsoft.VisualBasic.Core (12)
Microsoft\VisualBasic\CompilerServices\LikeOperator.vb (12)
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")
1037
Dim PrevPatType As PatternType = PatternType.
NONE
1144
PatternGroups(PGIndex).PatType = PatternType.
NONE
1161
Case PatternType.STAR, PatternType.
NONE
1236
If PatternGroups(PGIndexForLastAsterisk + 1).PatType <> PatternType.
NONE
Then
1249
Loop While PatternGroups(PGIndex).PatType <> PatternType.
NONE
1281
Debug.Assert(PatternGroups(PGIndex).PatType = PatternType.
NONE
, "Unexpected pattern end")
1306
Case PatternType.STAR, PatternType.
NONE
1494
Case PatternType.
NONE
1506
PatternGroups(PGPrevMismatchIndex).PatType <> PatternType.
NONE
Then
1524
Debug.Assert(PatternGroups(PGPrevMismatchIndex).PatType <> PatternType.
NONE
, "Bad previous mismatch index")