6 references to MathSymbol
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifier.cs (1)
144case UnicodeCategory.MathSymbol:
Microsoft.CodeAnalysis.CSharp.Features (1)
LanguageServices\CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs (1)
255UnicodeCategory.MathSymbol => true,
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
902return IsBetween(uc, UnicodeCategory.MathSymbol, UnicodeCategory.OtherSymbol);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
1374return UnicodeUtility.IsInRangeInclusive((uint)category, (uint)UnicodeCategory.MathSymbol, (uint)UnicodeCategory.OtherSymbol);
System.Private.Xml (1)
System\Xml\Serialization\CodeIdentifier.cs (1)
153case UnicodeCategory.MathSymbol:
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
347or UnicodeCategory.MathSymbol