2 writes to Kind
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\LikeOperator.vb (2)
177
InputLigatureInfo(NewCharIndex).
Kind
= CharKind.ExpandedChar1
182
InputLigatureInfo(NewCharIndex).
Kind
= CharKind.ExpandedChar2
8 references to Kind
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\LikeOperator.vb (8)
422
If Current < Length AndAlso InputLigatureInfo(Current).
Kind
= CharKind.ExpandedChar1 Then
459
If RightLigatureInfo IsNot Nothing AndAlso RightLigatureInfo(RightEnd).
Kind
= CharKind.ExpandedChar1 Then
643
PatternLigatureInfo(PatternIndex).
Kind
= CharKind.ExpandedChar1 Then
681
ElseIf PatternLigatureInfo IsNot Nothing AndAlso PatternLigatureInfo(PatternIndex).
Kind
= CharKind.ExpandedChar1 Then
702
PatternLigatureInfo(PatternIndex).
Kind
= CharKind.ExpandedChar1 Then
739
ElseIf PatternLigatureInfo IsNot Nothing AndAlso PatternLigatureInfo(PatternIndex).
Kind
= CharKind.ExpandedChar1 Then
1621
If PatternLigatureInfo IsNot Nothing AndAlso PatternLigatureInfo(Range.Start).
Kind
= CharKind.ExpandedChar1 Then
1737
InputLigatureInfo(Current).
Kind
= CharKind.ExpandedChar2 Then