4 references to BoundConversion
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\Constructors.cs (3)
330return new BoundConversion( 385: this( 410this(syntax, operand, conversion, isBaseConversion, @checked, explicitCastInCode, constantValueOpt, conversionGroupOpt, originalUserDefinedConversionsOpt: default, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
2985var result = new BoundConversion(this.Syntax, operand, conversion, isBaseConversion, @checked, explicitCastInCode, constantValueOpt, conversionGroupOpt, originalUserDefinedConversionsOpt, type, this.HasErrors);