34 references to BoundConversion
Microsoft.CodeAnalysis.CSharp (34)
Binder\Binder_Conversions.cs (16)
203return new BoundConversion( 219return new BoundConversion( 241return new BoundConversion( 286return new BoundConversion( 347return new BoundConversion( 838expr = new BoundConversion( 2538return new BoundConversion( 2628userDefinedConversion = new BoundConversion( 2673userDefinedConversion = new BoundConversion( 2728return new BoundConversion( 2805var unionConversion = new BoundConversion( 2868expr = new BoundConversion( 2915return new BoundConversion( 2950return new BoundConversion(syntax, group, conversion, @checked: false, explicitCastInCode: isCast, conversionGroup, inConversionGroupFlags, constantValueOpt: ConstantValue.NotAvailable, type: destination, hasErrors: hasErrors) { WasCompilerGenerated = group.WasCompilerGenerated }; 3216result = new BoundConversion( 3233result = new BoundConversion(
Binder\Binder_Deconstruct.cs (3)
132new BoundConversion(boundRHS.Syntax, boundRHS, Conversion.Deconstruction, @checked: false, explicitCastInCode: false, 161var boundConversion = new BoundConversion( 311nestedConversions.Add((operandPlaceholder, new BoundConversion(syntax, operandPlaceholder, nestedConversion,
Binder\Binder_Expressions.cs (2)
3963return new BoundConversion( 9232expr = new BoundConversion(
Binder\Binder_Invocation.cs (1)
1885collection = new BoundConversion(
Binder\ForEachLoopBinder.cs (2)
667convertedCollectionExpression = new BoundConversion( 1568collectionExpr = new BoundConversion(
BoundTree\Constructors.cs (1)
368return new BoundConversion(
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (4)
1085return new BoundConversion( 1201var result = new BoundConversion( 1208return new BoundConversion(syntax, rewrittenOperand, conversion, @checked, explicitCastInCode: explicitCastInCode, conversionGroupOpt: null, InConversionGroupFlags.Unspecified, constantValueOpt: null, rewrittenType); 1854return new BoundConversion(
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (4)
70var newArgument = new BoundConversion( 121var convertedFieldAccess = new BoundConversion( 216return new BoundConversion( 481return new BoundConversion(
Lowering\SyntheticBoundNodeFactory.cs (1)
1535return new BoundConversion(Syntax, arg, conversion, @checked: isChecked, explicitCastInCode: explicitCastInCode, conversionGroupOpt: null, InConversionGroupFlags.Unspecified, null, type) { WasCompilerGenerated = true };