5 references to BoundDefaultExpression
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
272
source = new
BoundDefaultExpression
(source.Syntax, targetType: null, constantValue, type: destination)
Binder\Binder_Expressions.cs (1)
361
result = new
BoundDefaultExpression
(
Binder\Binder_Operators.cs (1)
5220
operand = new
BoundDefaultExpression
(operand.Syntax, targetType: null, constantValueOpt: ConstantValue.Null,
BoundTree\Constructors.cs (1)
609
:
this
(syntax, targetType: null, type.GetDefaultValue(), type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
2831
var result = new
BoundDefaultExpression
(this.Syntax, targetType, constantValueOpt, type, this.HasErrors);