4 references to BoundDefaultExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
276source = new BoundDefaultExpression(source.Syntax, targetType: null, constantValue, type: destination)
Binder\Binder_Expressions.cs (1)
356result = new BoundDefaultExpression(
BoundTree\Constructors.cs (1)
680: this(syntax, targetType: null, type.GetDefaultValue(), type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
2837var result = new BoundDefaultExpression(this.Syntax, targetType, constantValueOpt, type, this.HasErrors);