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