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