277 references to System_Char
ConfigurationSchemaGenerator (1)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
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,
216(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
578(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
689(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,
4004(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
Microsoft.CodeAnalysis.CodeStyle (10)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (56)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Features (2)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
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.CSharp.Workspaces.UnitTests (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.UnitTests (1)
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)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (3)
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (8)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (11)
Microsoft.Extensions.Options.SourceGeneration (2)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator (2)
Microsoft.Interop.SourceGeneration (4)
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
System.Text.Json.SourceGeneration (2)