8 references to UnicodeDebug
Microsoft.CodeAnalysis.CodeStyle (8)
Rune.cs (2)
116
UnicodeDebug
.AssertIsValidScalar(scalarValue);
516
UnicodeDebug
.AssertIsValidSupplementaryPlaneScalar(tempValue);
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);