50 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
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
286or UnicodeCategory.OtherLetter
Microsoft.Build (1)
_generated\10\RegexGenerator.g.cs (1)
71271 << (int)UnicodeCategory.OtherLetter |
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\LanguageParser\tokenChar.cs (1)
45|| cat == UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis (1)
InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
286or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
286or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.CSharp.Features (1)
LanguageServices\CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs (1)
234UnicodeCategory.OtherLetter => true,
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexCharClass.cs (1)
214case UnicodeCategory.OtherLetter:
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\WellKnownTypeProvider.cs (1)
340or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
189(category is System.Globalization.UnicodeCategory.TitlecaseLetter or System.Globalization.UnicodeCategory.OtherLetter));
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
AbstractResxGenerator.cs (1)
783case UnicodeCategory.OtherLetter:
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
286or UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\CharacterInfo.vb (1)
449Return CharacterProperties <= UnicodeCategory.OtherLetter
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\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.Tokenizers (1)
RegexGenerator.g.cs (1)
23161 << (int)UnicodeCategory.OtherLetter |
Microsoft.ML.Transforms (1)
Expression\LexCharUtils.cs (1)
50OtherLetter = 1 << UnicodeCategory.OtherLetter, // Lo
Microsoft.NET.Build.Containers (1)
_generated\0\RegexGenerator.g.cs (1)
2751 << (int)UnicodeCategory.OtherLetter |
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
UnicodeCharacterUtilities.cs (1)
132UnicodeCategory.UppercaseLetter or UnicodeCategory.LowercaseLetter or UnicodeCategory.TitlecaseLetter or UnicodeCategory.ModifierLetter or UnicodeCategory.OtherLetter or UnicodeCategory.LetterNumber => true,
NuGet.Common (1)
Tokenizer\Tokenizer.cs (1)
67c == UnicodeCategory.OtherLetter ||
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs (1)
102uc == UnicodeCategory.OtherLetter || // (Lo)
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
127case UnicodeCategory.OtherLetter:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
286or UnicodeCategory.OtherLetter
System.CodeDom (1)
src\runtime\src\libraries\Common\src\System\CSharpHelpers.cs (1)
163case UnicodeCategory.OtherLetter: // Lo
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (2)
393return IsBetween(uc, UnicodeCategory.UppercaseLetter, UnicodeCategory.OtherLetter); 4881 << (int)UnicodeCategory.OtherLetter |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
861|| uc == UnicodeCategory.OtherLetter;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1343return UnicodeUtility.IsInRangeInclusive((uint)category, (uint)UnicodeCategory.UppercaseLetter, (uint)UnicodeCategory.OtherLetter); 1349return UnicodeUtility.IsInRangeInclusive((uint)category, (uint)UnicodeCategory.UppercaseLetter, (uint)UnicodeCategory.OtherLetter)
System.Private.Xml (2)
src\runtime\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)
1674case UnicodeCategory.OtherLetter: // Lo
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCharClass.cs (1)
11751 << (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)
55GetCategory(UnicodeCategory.OtherLetter),
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (1)
1213UnicodeCategory.OtherLetter or
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (1)
11751 << (int)UnicodeCategory.OtherLetter |
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
348or UnicodeCategory.OtherLetter
System.Xaml (1)
System\Xaml\NameValidationHelper.cs (1)
38uc == UnicodeCategory.OtherLetter || // (Lo)