8 references to UnicodeDebug
Microsoft.AspNetCore.App.Analyzers (8)
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
116
UnicodeDebug
.AssertIsValidScalar(scalarValue);
516
UnicodeDebug
.AssertIsValidSupplementaryPlaneScalar(tempValue);
Infrastructure\VirtualChars\System.Text\UnicodeUtility.cs (6)
29
UnicodeDebug
.AssertIsValidCodePoint(codePoint);
39
UnicodeDebug
.AssertIsHighSurrogateCodePoint(highSurrogateCodePoint);
40
UnicodeDebug
.AssertIsLowSurrogateCodePoint(lowSurrogateCodePoint);
55
UnicodeDebug
.AssertIsValidScalar(value);
69
UnicodeDebug
.AssertIsValidSupplementaryPlaneScalar(value);
82
UnicodeDebug
.AssertIsValidScalar(value);