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