Binder\Binder_Expressions.cs (9)
1349TypeSymbol runtimeArgumentHandleType = GetSpecialType(SpecialType.System_RuntimeArgumentHandle, diagnostics, node);
4562GetSpecialType(SpecialType.System_Int32, diagnostics, nonNullSyntax))
4787GetSpecialType(SpecialType.System_Int32, diagnostics, node))
5424lengthOrCount = new BoundLiteral(expression.Syntax, ConstantValue.Create(length), @this.GetSpecialType(SpecialType.System_Int32, diagnostics, expression.Syntax)) { WasCompilerGenerated = true };
6473NamedTypeSymbol collectionsIEnumerableType = this.GetSpecialType(SpecialType.System_Collections_IEnumerable, diagnostics, node);
6654type: GetSpecialType(SpecialType.System_Void, diagnostics, elementInitializer),
10024var int32 = GetSpecialType(SpecialType.System_Int32, diagnostics, node);
10096NamedTypeSymbol int32 = GetSpecialType(SpecialType.System_Int32, diagnostics, node);
10134TypeSymbol type = GetSpecialType(specialType, attemptDiagnostics, node);
Binder\Binder_InterpolatedString.cs (6)
414expressions[0] = new BoundLiteral(syntax, ConstantValue.Create(formatString.ToStringAndFree()), GetSpecialType(Microsoft.CodeAnalysis.SpecialType.System_String, diagnostics, syntax)) { WasCompilerGenerated = true };
517var @string = GetSpecialType(SpecialType.System_String, diagnostics, rootSyntax);
674TypeSymbol objectType = GetSpecialType(SpecialType.System_Object, diagnostics, syntax);
711var intType = GetSpecialType(SpecialType.System_Int32, diagnostics, syntax);
722var boolType = GetSpecialType(SpecialType.System_Boolean, diagnostics, syntax);
853var objectType = GetSpecialType(SpecialType.System_Object, diagnostics, unconvertedInterpolatedString.Syntax);
Binder\ForEachLoopBinder.cs (5)
711inferredType = TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Char, diagnostics, collectionExpr.Syntax));
1186builder.ElementTypeWithAnnotations = builder.CurrentPropertyGetter?.ReturnTypeWithAnnotations ?? TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Object, diagnostics, errorLocationSyntax));
1296builder.CollectionType = GetSpecialType(SpecialType.System_Collections_IEnumerable, diagnostics, syntax);
1303GetSpecialType(SpecialType.System_Object, diagnostics, syntax));
1308TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Char, diagnostics, syntax)) :