Binder\Binder_Expressions.cs (9)
1317TypeSymbol runtimeArgumentHandleType = GetSpecialType(SpecialType.System_RuntimeArgumentHandle, diagnostics, node);
4484GetSpecialType(SpecialType.System_Int32, diagnostics, nonNullSyntax))
4709GetSpecialType(SpecialType.System_Int32, diagnostics, node))
5320lengthOrCount = new BoundLiteral(expression.Syntax, ConstantValue.Create(length), @this.GetSpecialType(SpecialType.System_Int32, diagnostics, expression.Syntax)) { WasCompilerGenerated = true };
6311NamedTypeSymbol collectionsIEnumerableType = this.GetSpecialType(SpecialType.System_Collections_IEnumerable, diagnostics, node);
6492type: GetSpecialType(SpecialType.System_Void, diagnostics, elementInitializer),
9712var int32 = GetSpecialType(SpecialType.System_Int32, diagnostics, node);
9784NamedTypeSymbol int32 = GetSpecialType(SpecialType.System_Int32, diagnostics, node);
9822TypeSymbol 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)
703inferredType = TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Char, diagnostics, collectionExpr.Syntax));
1192builder.ElementTypeWithAnnotations = builder.CurrentPropertyGetter?.ReturnTypeWithAnnotations ?? TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Object, diagnostics, errorLocationSyntax));
1310builder.CollectionType = GetSpecialType(SpecialType.System_Collections_IEnumerable, diagnostics, syntax);
1317GetSpecialType(SpecialType.System_Object, diagnostics, syntax));
1322TypeWithAnnotations.Create(GetSpecialType(SpecialType.System_Char, diagnostics, syntax)) :