5 references to Contains
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (5)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.Session.vb (2)
37If AutomaticEndConstructSet.Contains(replacementText) Then 61If AutomaticEndConstructSet.Contains(replacementText) Then
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (1)
311Return AutomaticEndConstructSet.Contains(textUnderPosition)
AutomaticEndConstructCorrection\LetterOnlyTrackingSpan.vb (2)
140If AutomaticEndConstructSet.Contains(text.Substring(firstLetterIndex, length)) Then 159If AutomaticEndConstructSet.Contains(candidate) Then