343 references to System_Char
Aspire.Hosting.Integration.Analyzers (1)
ConfigurationSchemaGenerator (1)
GenerateDocumentationAndConfigFiles (13)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
437case SpecialType.System_Char:
Microsoft.CodeAnalysis (41)
SpecialMembers.cs (14)
25(byte)SignatureTypeCode.SZArray, (byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
108(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
111(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
121(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
124(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
127(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
137(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
140(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
143(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
146(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
178(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
224(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
586(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
697(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
WellKnownMembers.cs (11)
1450(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, // Return Type
1458(byte)SignatureTypeCode.SZArray, (byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
1547(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
1666(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, // Return Type
1674(byte)SignatureTypeCode.SZArray, (byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
2517(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
2533(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
2548(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
2556(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, // Return Type
3913(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
4026(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
Microsoft.CodeAnalysis.Analyzers (14)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
437case SpecialType.System_Char:
Microsoft.CodeAnalysis.AnalyzerUtilities (22)
Microsoft.CodeAnalysis.CodeStyle (11)
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
437case SpecialType.System_Char:
Microsoft.CodeAnalysis.CSharp (73)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Features (3)
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (15)
Recommendations\CSharpRecommendationServiceRunner_Conversions.cs (12)
23SpecialType.System_Char,
39SpecialType.System_Char,
45private static readonly ImmutableArray<SpecialType> s_byteConversions = [SpecialType.System_Char, SpecialType.System_SByte];
50SpecialType.System_Char,
57private static readonly ImmutableArray<SpecialType> s_uint16Conversions = [SpecialType.System_Byte, SpecialType.System_Char, SpecialType.System_SByte, SpecialType.System_Int16];
62SpecialType.System_Char,
73SpecialType.System_Char,
83SpecialType.System_Char,
95SpecialType.System_Char,
109SpecialType.System_Char,
123SpecialType.System_Char,
221SpecialType.System_Char => s_charConversions,
Microsoft.CodeAnalysis.Extensions.Package (10)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (13)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.VisualBasic (54)
Preprocessor\ExpressionEvaluator.vb (17)
37Const _____Char = CType(SpecialType.System_Char, Byte)
99Case SpecialType.System_Char
390Return SpecialType.System_Char
502specialType = SpecialType.System_Char
620Case SpecialType.System_Char
621Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr, SpecialType.System_Char.GetDisplayName(), SpecialType.System_Boolean.GetDisplayName())
667Case SpecialType.System_Char
668Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr, SpecialType.System_Char.GetDisplayName(), toSpecialType.GetDisplayName())
712Case SpecialType.System_Char
731If fromSpecialType = SpecialType.System_Char Then
741Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr, fromSpecialType, SpecialType.System_Char.GetDisplayName())
744Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr, fromSpecialType, SpecialType.System_Char.GetDisplayName())
759Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr, fromSpecialType, SpecialType.System_Char.GetDisplayName())
781Case SpecialType.System_Char
817Case SpecialType.System_Char
858specialType = SpecialType.System_Char OrElse specialType = SpecialType.System_DateTime Then
1112If left.SpecialType.IsIntegralType() OrElse left.SpecialType = SpecialType.System_Char OrElse left.SpecialType = SpecialType.System_DateTime Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (5)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\StringExtensions.vb (1)
110SpecialType.System_Char,
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\StringExtensions.vb (1)
110SpecialType.System_Char,
Microsoft.CodeAnalysis.Workspaces (11)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
437case SpecialType.System_Char:
Microsoft.Extensions.Options.SourceGeneration (2)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator (2)
Microsoft.Interop.SourceGeneration (4)
Roslyn.Diagnostics.Analyzers (14)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
437case SpecialType.System_Char:
Roslyn.Diagnostics.CSharp.Analyzers (1)
Roslyn.Diagnostics.VisualBasic.Analyzers (5)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\StringExtensions.vb (1)
110SpecialType.System_Char,
System.Text.Json.SourceGeneration (3)