2 references to LowSurrogateStart
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
930uint lowSurrogateOffset = (uint)lowSurrogate - LowSurrogateStart; 939result = UnsafeCreate((highSurrogateOffset << 10) + ((uint)lowSurrogate - LowSurrogateStart) + (0x40u << 10));