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