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