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