1 reference to IsLetterOrDigit
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualChar.cs (1)
98
=> SurrogateChar != 0 ? char.IsLetterOrDigit(SurrogateChar) : Rune.
IsLetterOrDigit
(Rune);