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