1 write to Rune
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualChar.cs (1)
82
Rune
= rune;
9 references to Rune
Microsoft.AspNetCore.App.Analyzers (9)
Infrastructure\VirtualChars\VirtualChar.cs (9)
92
public int Value => SurrogateChar != 0 ? SurrogateChar :
Rune
.Value;
95
=> SurrogateChar != 0 ? char.IsDigit(SurrogateChar) : Rune.IsDigit(
Rune
);
98
=> SurrogateChar != 0 ? char.IsLetterOrDigit(SurrogateChar) : Rune.IsLetterOrDigit(
Rune
);
101
=> SurrogateChar != 0 ? char.IsWhiteSpace(SurrogateChar) : Rune.IsWhiteSpace(
Rune
);
121
=>
Rune
== other.
Rune
&&
128
hashCode = hashCode * -1521134295 +
Rune
.GetHashCode();
140
=> SurrogateChar != 0 ? SurrogateChar.ToString() :
Rune
.ToString();
152
var length =
Rune
.EncodeToUtf16(chars);