252 references to System_Char
Microsoft.CodeAnalysis (30)
Compilation\Expression.cs (1)
29case SpecialType.System_Char:
ConstantValue.cs (2)
446case SpecialType.System_Char: return ConstantValueTypeDiscriminator.Char; 498case ConstantValueTypeDiscriminator.Char: return SpecialType.System_Char;
MetadataReader\MetadataTypeCodeExtensions.cs (3)
58return SpecialType.System_Char; 109case SpecialType.System_Char: 166case SpecialType.System_Char:
SpecialMembers.cs (4)
25(byte)SignatureTypeCode.SZArray, (byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 130(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 489(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 600(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
SpecialTypeExtensions.cs (6)
20case SpecialType.System_Char: 45case SpecialType.System_Char: 68case SpecialType.System_Char: 116case SpecialType.System_Char: 145case SpecialType.System_Char: 297return SpecialType.System_Char;
SpecialTypes.cs (2)
101s_typeIdToTypeCodeMap[(int)SpecialType.System_Char] = Microsoft.Cci.PrimitiveTypeCode.Char; 125s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.Char] = SpecialType.System_Char;
Symbols\TypedConstant.cs (1)
173case SpecialType.System_Char:
WellKnownMembers.cs (11)
1442(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, // Return Type 1450(byte)SignatureTypeCode.SZArray, (byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 1539(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 1658(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, // Return Type 1666(byte)SignatureTypeCode.SZArray, (byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 2509(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 2525(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 2540(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 2548(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, // Return Type 3861(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char, 3952(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_Char,
Microsoft.CodeAnalysis.CodeStyle (10)
ITypeSymbolExtensions.cs (2)
387case SpecialType.System_Char: 647case SpecialType.System_Char:
J\s\src\Compilers\Core\Portable\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (6)
20case SpecialType.System_Char: 45case SpecialType.System_Char: 68case SpecialType.System_Char: 116case SpecialType.System_Char: 145case SpecialType.System_Char: 297return SpecialType.System_Char;
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
17SpecialType.System_Char => PredefinedType.Char,
PredefinedTypeExtensions.cs (1)
17PredefinedType.Char => SpecialType.System_Char,
Microsoft.CodeAnalysis.CSharp (64)
Binder\Binder_Conversions.cs (15)
1741case SpecialType.System_Char: return (char)byteValue; 1761case SpecialType.System_Char: return (char)charValue; 1781case SpecialType.System_Char: return (char)uint16Value; 1801case SpecialType.System_Char: return (char)uint32Value; 1821case SpecialType.System_Char: return (char)uint64Value; 1841case SpecialType.System_Char: return (char)nuintValue; 1860case SpecialType.System_Char: return (char)sbyteValue; 1880case SpecialType.System_Char: return (char)int16Value; 1900case SpecialType.System_Char: return (char)int32Value; 1920case SpecialType.System_Char: return (char)int64Value; 1940case SpecialType.System_Char: return (char)nintValue; 1964case SpecialType.System_Char: return (char)doubleValue; 1984case SpecialType.System_Char: return (char)decimalValue; 2035case SpecialType.System_Char: return (char.MinValue - 1D) < value && value < (char.MaxValue + 1D); 2065case SpecialType.System_Char: return (char.MinValue - 1M) < value && value < (char.MaxValue + 1M);
Binder\Binder_Expressions.cs (1)
6210case SpecialType.System_Char:
Binder\Binder_Patterns.cs (1)
1689SpecialType.System_Char => BinaryOperatorKind.Char,
Binder\Binder_Statements.cs (1)
1291elementType = this.GetSpecialType(SpecialType.System_Char, diagnostics, initializerSyntax);
Binder\ForEachLoopBinder.cs (2)
635inferredType = TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Char, diagnostics, collectionExpr.Syntax)); 1088TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Char, diagnostics, _syntax)) :
Binder\PatternExplainer.cs (2)
709SpecialType.System_Char => true, 733case SpecialType.System_Char:
Binder\Semantics\Conversions\ConversionsBase.cs (2)
1954case SpecialType.System_Char: 2043case SpecialType.System_Char:
Binder\Semantics\Operators\OperatorFacts.cs (1)
37case SpecialType.System_Char:
CodeGen\EmitArrayInitializer.cs (1)
706SpecialType.System_Int16 or SpecialType.System_UInt16 or SpecialType.System_Char or
CodeGen\EmitExpression.cs (1)
1304case SpecialType.System_Char:
CodeGen\EmitStatement.cs (2)
1393var charType = Binder.GetSpecialType(_module.Compilation, SpecialType.System_Char, syntaxNode, _diagnostics); 1516var sequenceEqualsCharMethod = sequenceEqualsTMethod.Construct(Binder.GetSpecialType(_module.Compilation, SpecialType.System_Char, syntaxNode, _diagnostics));
Compilation\BuiltInOperators.cs (1)
274case UnaryOperatorKind.Char: opType = _compilation.GetSpecialType(SpecialType.System_Char); break;
Compiler\MethodBodySynthesizer.Lowered.cs (1)
151.Construct(F.SpecialType(SpecialType.System_Char));
FlowAnalysis\AbstractFlowPass.cs (1)
1374case SpecialType.System_Char:
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
219SpecialType.System_Int16 or SpecialType.System_UInt16 or SpecialType.System_Char
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (2)
953.Construct(_factory.SpecialType(SpecialType.System_Char)), 955.Construct(_factory.SpecialType(SpecialType.System_Char)),
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
439.Construct(_factory.SpecialType(SpecialType.System_Char));
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (8)
632IsInRange(sourceST, SpecialType.System_Char, SpecialType.System_Double) && 633IsInRange(targetST, SpecialType.System_Char, SpecialType.System_UInt64); 1406case SpecialType.System_Char: 1429case SpecialType.System_Char: 1456case SpecialType.System_Char: 1482case SpecialType.System_Char: 1505case SpecialType.System_Char: return SpecialMember.System_Decimal__op_Explicit_ToChar; 1525case SpecialType.System_Char: return SpecialMember.System_Decimal__op_Implicit_FromChar;
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
390if (cv.SpecialType == SpecialType.System_Char)
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
912specialType = SpecialType.System_Char;
Lowering\SyntheticBoundNodeFactory.cs (1)
1087return new BoundLiteral(Syntax, charConst, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Char)) { WasCompilerGenerated = true };
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
661case SpecialType.System_Char:
SymbolDisplay\SymbolDisplayVisitor_Constants.cs (1)
58case SpecialType.System_Char:
Symbols\Attributes\SourceAttributeData.cs (1)
300if (specType != SpecialType.System_Char)
Symbols\BaseTypeAnalysis.cs (1)
257case SpecialType.System_Char:
Symbols\SpecialTypeExtensions.cs (2)
16case SpecialType.System_Char: 45case SpecialType.System_Char:
Symbols\TypeSymbolExtensions.cs (9)
185return type.SpecialType == SpecialType.System_Char; 592case SpecialType.System_Char: 1265case SpecialType.System_Char: 1285&& arguments[0].SpecialType == SpecialType.System_Char; 1296&& arguments[0].SpecialType == SpecialType.System_Char; 1307&& arguments[0].SpecialType == SpecialType.System_Char; 1340case SpecialType.System_Char: 2115case SpecialType.System_Char: return 3; 2138case SpecialType.System_Char: return 18;
Syntax\SyntaxKindExtensions.cs (1)
44return SpecialType.System_Char;
Utilities\ValueSetFactory.cs (1)
38SpecialType.System_Char => ForChar,
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
ITypeSymbolExtensions.cs (1)
14case SpecialType.System_Char:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\EmitMetadataTests.cs (3)
451Assert.Same(module.GetCorLibType(SpecialType.System_Char), m3.Parameters.Single().Type); 968Assert.Equal(SpecialType.System_Char, sBack.Type.SpecialType); 1039Assert.Equal(SpecialType.System_Char, sBack.Type.SpecialType);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
PseudoVariableTests.cs (1)
1161Assert.Equal(SpecialType.System_Char, ((PointerTypeSymbol)((MethodSymbol)methodData.Method).ReturnType).PointedAtType.SpecialType);
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\CharKeywordRecommender.cs (1)
54protected override SpecialType SpecialType => SpecialType.System_Char;
Completion\Providers\DefaultArgumentProvider.cs (1)
40SpecialType.System_Char => @"'\\0'",
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
33case SpecialType.System_Char: return "char";
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\ForEachTests.cs (6)
1245Assert.Equal(SpecialType.System_Char, info.ElementTypeWithAnnotations.SpecialType); 1551Assert.Equal(SpecialType.System_Char, info.ElementTypeWithAnnotations.SpecialType); 1562Assert.Equal(SpecialType.System_Char, boundNode.IterationVariables.Single().Type.SpecialType); 2143Assert.Equal(SpecialType.System_Char, typeInfo.Type.SpecialType); 3117Assert.Equal(SpecialType.System_Char, info.ElementTypeWithAnnotations.SpecialType); 3128Assert.Equal(SpecialType.System_Char, boundNode.IterationVariables.Single().Type.SpecialType);
Semantics\InteractiveSemanticModelTests.cs (1)
268Assert.Equal(SpecialType.System_Char, semanticInfo.Type.SpecialType);
Semantics\MethodTypeInferenceTests.cs (2)
1049Assert.Equal(SpecialType.System_Char, method.TypeArguments.Single().SpecialType); 1079Assert.Equal(SpecialType.System_Char, method.TypeArguments.Single().SpecialType);
Semantics\OperatorTests.cs (1)
7638symbol1.ContainingType.SpecialType == SpecialType.System_Char);
Semantics\UnsafeTests.cs (6)
7349Assert.Equal(SpecialType.System_Char, ((IPointerTypeSymbol)type).PointedAtType.SpecialType); 7381var charSymbol = compilation.GetSpecialType(SpecialType.System_Char); 7453var charSymbol = compilation.GetSpecialType(SpecialType.System_Char); 7744{ SpecialType.System_Char, 2 }, 8459Assert.Equal(SpecialType.System_Char, ((IPointerTypeSymbol)stackAllocSummary.Type).PointedAtType.SpecialType); 8471Assert.Equal(SpecialType.System_Char, typeSummary.Type.SpecialType);
Utilities\ValueSetTests.cs (1)
504Assert.Same(ForChar, ForSpecialType(SpecialType.System_Char));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Compilation\SemanticModelAPITests.cs (2)
59Assert.Equal(SpecialType.System_Char, typeInfo.Type.SpecialType); 152Assert.Equal(SpecialType.System_Char, typeInfo.Type.SpecialType);
Symbols\Source\TypeMapTests.cs (2)
139var _char = compilation.GetSpecialType(SpecialType.System_Char); 181var _char = compilation.GetSpecialType(SpecialType.System_Char);
Symbols\TypeTests.cs (1)
1529Assert.Same(comp.GetSpecialType(SpecialType.System_Char), underType);
Microsoft.CodeAnalysis.CSharp.Workspaces (15)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3448SpecialType.System_Char => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.CharKeyword)),
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ITypeSymbolExtensions.cs\ITypeSymbolExtensions.cs (1)
14case SpecialType.System_Char:
Recommendations\CSharpRecommendationServiceRunner_Conversions.cs (12)
22SpecialType.System_Char, 36SpecialType.System_Char, 42SpecialType.System_Char, 47SpecialType.System_Char, 55SpecialType.System_Char, 61SpecialType.System_Char, 70SpecialType.System_Char, 78SpecialType.System_Char, 88SpecialType.System_Char, 103SpecialType.System_Char, 115SpecialType.System_Char, 212SpecialType.System_Char => s_charConversions,
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
56SpecialType.System_Char => SyntaxKind.CharKeyword,
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
306VerifySyntax<TypeSyntax>(Generator.TypeExpression(SpecialType.System_Char), "char");
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\PdbHelpers.cs (1)
93(SpecialType.System_Char, ushort ushortVal) => ConstantValue.Create((char)ushortVal),
Microsoft.CodeAnalysis.Features (2)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (1)
241var charType = model.Compilation.GetSpecialType(SpecialType.System_Char);
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.State.cs (1)
380case SpecialType.System_Char:
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
73case SpecialType.System_Char:
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
297return SpecialType.System_Char;
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
47Assert.Equal(SpecialType.System_Char, SpecialTypes.GetTypeFromMetadataName(Cci.PrimitiveTypeCode.Char));
Microsoft.CodeAnalysis.VisualBasic (52)
Binding\Binder_Conversions.vb (1)
273Case SyntaxKind.CCharKeyword : targetType = SpecialType.System_Char
Binding\Binder_SelectCase.vb (1)
705SpecialType.System_Char
Binding\Binder_Statements.vb (1)
3954elementType = GetSpecialType(SpecialType.System_Char, collectionSyntax, diagnostics)
Binding\Binder_Symbols.vb (1)
774type = SpecialType.System_Char
Binding\Binder_Utils.vb (1)
1385SpecialType.System_Char
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
360type = SpecialType.System_Char
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (1)
455SpecialType.System_Char,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (2)
553Case SpecialType.System_Char 577Case SpecialType.System_Char : wellKnownHelper = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToStringChar
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (3)
938Case SpecialType.System_Char : member = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToCharObject 1031Case SpecialType.System_Char : member = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToStringChar 1103Case SpecialType.System_Char : member = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToCharString
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
286elementType = GetSpecialType(SpecialType.System_Char)
Preprocessor\CConst.vb (2)
45Case SpecialType.System_Char 93Return New CConst(Of Char)(value, SpecialType.System_Char)
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
Preprocessor\OperatorResolution.vb (2)
58Case SpecialType.System_Char 96Const t_char As Byte = CType(SpecialType.System_Char, Byte)
Preprocessor\TypeHelpers.vb (1)
29If specialType = SpecialType.System_Char Then
Semantics\Conversions.vb (1)
3630If array.IsSZArray AndAlso array.ElementType.SpecialType = SpecialType.System_Char Then
Semantics\Operators.vb (1)
1736Const tChr As SByte = SpecialType.System_Char
SymbolDisplay\SymbolDisplayVisitor_Constants.vb (1)
27Case SpecialType.System_Char
Symbols\Attributes\SourceAttributeData.vb (1)
185foundMatch = specType = SpecialType.System_Char
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
246ElseIf selfOrUnderlyingSpecialType = SpecialType.System_Char Then
Symbols\SpecialTypeExtensions.vb (9)
41SpecialType.System_Char 53SpecialType.System_Char, 109SpecialType.System_Char, 129SpecialType.System_Char, 149Case SpecialType.System_Char 190Case SpecialType.System_Char 259Case SpecialType.System_Char 295Case SpecialType.System_Char 359Case SpecialType.System_Char
Symbols\TypeSymbolExtensions.vb (3)
172If array.IsSZArray AndAlso array.ElementType.SpecialType = SpecialType.System_Char Then 331Return this.SpecialType = SpecialType.System_Char 456Case SpecialType.System_Char
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (5)
ITypeSymbolExtensions.vb (3)
25Case specialType.System_Char 67specialType = specialType.System_Char 117SpecialType.System_Char,
StringExtensions.vb (1)
110SpecialType.System_Char,
TypeSyntaxGeneratorVisitor.vb (1)
100Case SpecialType.System_Char
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Emit\EmitMetadata.vb (1)
514Assert.Same([Module].GetCorLibType(SpecialType.System_Char), m3.Parameters.Single().Type)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Types\BuiltInTypesKeywordRecommender.vb (1)
91SpecialType.System_Char,
Completion\Providers\DefaultArgumentProvider.vb (1)
28Case SpecialType.System_Char
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicTypeNameFormatter.vb (1)
24Case SpecialType.System_Char
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (8)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (1)
2802Assert.Equal(compilation.GetSpecialType(System_Char), local.Type)
Semantics\Conversions.vb (5)
246Dim charType = c1.GetSpecialType(System_Char) 1097Dim charType = c1.GetSpecialType(System_Char) 2039c1.GetSpecialType(System_Char), 2054nullable.Construct(c1.GetSpecialType(System_Char)), 2179Private Const s_char = System_Char
Semantics\ForeachTest.vb (2)
1172Assert.Equal(SpecialType.System_Char, typeInfo.Type.SpecialType) 1212Assert.Equal(SpecialType.System_Char, typeInfo.Type.SpecialType)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\InstantiatingGenerics.vb (1)
691Dim chr = compilation.GetSpecialType(SpecialType.System_Char)
SymbolsTests\Source\FieldTests.vb (2)
114Assert.Same(sourceMod.GetCorLibType(SpecialType.System_Char), DirectCast(fieldP.Type, NamedTypeSymbol).TypeArguments(0)) 121Assert.Same(sourceMod.GetCorLibType(SpecialType.System_Char), fieldQ.Type)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\ConstantExpressionEvaluatorTests.vb (1)
20Assert.Equal(ConstantValueTypeDiscriminator.Char, SpecialType.System_Char.ToConstantValueDiscriminator())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
418Case SpecialType.System_Char
ITypeSymbolExtensions.vb (3)
25Case specialType.System_Char 67specialType = specialType.System_Char 117SpecialType.System_Char,
Simplification\Simplifiers\AbstractVisualBasicSimplifier.vb (1)
49Case SpecialType.System_Char
StringExtensions.vb (1)
110SpecialType.System_Char,
TypeSyntaxGeneratorVisitor.vb (1)
100Case SpecialType.System_Char
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.vb (1)
281VerifySyntax(Of TypeSyntax)(Generator.TypeExpression(SpecialType.System_Char), "Char")
Microsoft.CodeAnalysis.Workspaces (11)
J\s\src\Compilers\Core\Portable\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (6)
20case SpecialType.System_Char: 45case SpecialType.System_Char: 68case SpecialType.System_Char: 116case SpecialType.System_Char: 145case SpecialType.System_Char: 297return SpecialType.System_Char;
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs\ITypeSymbolExtensions.cs (2)
387case SpecialType.System_Char: 647case SpecialType.System_Char:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
17SpecialType.System_Char => PredefinedType.Char,
PredefinedTypeExtensions.cs (1)
17PredefinedType.Char => SpecialType.System_Char,
Shared\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
410case SpecialType.System_Char:
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.cs (1)
722case SpecialType.System_Char:
CodeModel\MethodXml\MethodXmlBuilder.cs (1)
303GenerateType(SpecialType.System_Char);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
791EnvDTE.vsCMTypeRef.vsCMTypeRefChar => SpecialType.System_Char,
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
799Case SpecialType.System_Char