426 references to System_Char
ConfigurationSchemaGenerator (1)
Metrics (13)
Metrics.Legacy (13)
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.Analyzers (14)
Microsoft.CodeAnalysis.AnalyzerUtilities (22)
Microsoft.CodeAnalysis.BannedApiAnalyzers (14)
Microsoft.CodeAnalysis.CodeStyle (11)
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.CSharp (73)
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.NetAnalyzers (1)
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.Extensions.Package (10)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (14)
Microsoft.CodeAnalysis.PublicApiAnalyzers (13)
Microsoft.CodeAnalysis.ResxSourceGenerator (13)
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.NetAnalyzers (2)
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.Implementation (1)
Roslyn.Diagnostics.Analyzers (14)
Roslyn.Diagnostics.CSharp.Analyzers (1)
System.Text.Json.SourceGeneration (2)
Test.Utilities (2)
Text.Analyzers (14)