2 references to LowSurrogateStart
Microsoft.CodeAnalysis.CodeStyle (2)
Rune.cs (2)
930uint lowSurrogateOffset = (uint)lowSurrogate - LowSurrogateStart; 939result = UnsafeCreate((highSurrogateOffset << 10) + ((uint)lowSurrogate - LowSurrogateStart) + (0x40u << 10));