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