46 references to OtherLetter
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
2227case UnicodeCategory.OtherLetter: // Lo
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifier.cs (1)
122case UnicodeCategory.OtherLetter: // Lo
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1534case UnicodeCategory.OtherLetter: // Lo
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
77case UnicodeCategory.OtherLetter: // Lo
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.Build.Tasks.Core (1)
tokenChar.cs (1)
46|| cat == UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis (1)
InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (1)
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexCharClass.cs (1)
219case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
AbstractResxGenerator.cs (1)
752case UnicodeCategory.OtherLetter:
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\CharacterInfo.vb (1)
449Return CharacterProperties <= UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.VisualBasic.ResultProvider (1)
src\Compilers\VisualBasic\Portable\Scanner\CharacterInfo.vb (1)
449Return CharacterProperties <= UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.DotNet.Arcade.Sdk (1)
src\GenerateResxSource.cs (1)
412case UnicodeCategory.OtherLetter:
Microsoft.ML.Transforms (1)
Expression\LexCharUtils.cs (1)
50OtherLetter = 1 << UnicodeCategory.OtherLetter, // Lo
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs (1)
102uc == UnicodeCategory.OtherLetter || // (Lo)
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
System.CodeDom (1)
src\libraries\Common\src\System\CSharpHelpers.cs (1)
163case UnicodeCategory.OtherLetter: // Lo
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Char.cs (2)
341return IsBetween(uc, UnicodeCategory.UppercaseLetter, UnicodeCategory.OtherLetter); 4361 << (int)UnicodeCategory.OtherLetter |
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
762|| uc == UnicodeCategory.OtherLetter;
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1235return UnicodeUtility.IsInRangeInclusive((uint)category, (uint)UnicodeCategory.UppercaseLetter, (uint)UnicodeCategory.OtherLetter); 1241return UnicodeUtility.IsInRangeInclusive((uint)category, (uint)UnicodeCategory.UppercaseLetter, (uint)UnicodeCategory.OtherLetter)
System.Private.Xml (2)
src\libraries\Common\src\System\CSharpHelpers.cs (1)
163case UnicodeCategory.OtherLetter: // Lo
System\Xml\Serialization\CodeIdentifier.cs (1)
131case UnicodeCategory.OtherLetter: // Lo
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1652case UnicodeCategory.OtherLetter: // Lo
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCharClass.cs (1)
12091 << (int)UnicodeCategory.OtherLetter |
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (2)
488catCodes[(int)UnicodeCategory.OtherLetter] && 497catCodes[(int)UnicodeCategory.OtherLetter] =
System\Text\RegularExpressions\Symbolic\UnicodeCategoryConditions.cs (1)
57GetCategory(UnicodeCategory.OtherLetter),
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (1)
1073UnicodeCategory.OtherLetter or
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (1)
12091 << (int)UnicodeCategory.OtherLetter |
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
342or UnicodeCategory.OtherLetter
System.Xaml (1)
System\Xaml\NameValidationHelper.cs (1)
38uc == UnicodeCategory.OtherLetter || // (Lo)
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
284or UnicodeCategory.OtherLetter