2 references to IsHighSurrogate
Microsoft.CodeAnalysis.VisualBasic (2)
Scanner\Scanner.vb (1)
242Dim length = If(IsHighSurrogate(c) AndAlso CanGet(1) AndAlso IsLowSurrogate(Peek(1)), 2, 1)
Scanner\ScannerXml.vb (1)
996If IsHighSurrogate(c1) AndAlso CanGet(Here + 1) Then