6 references to ParameterDefaultValue
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Initializers.vb (1)
662constValue = GetExpressionConstantValueIfAny(boundInitValue, diagnostics, ConstantContext.ParameterDefaultValue)
Binding\Binder_Utils.vb (5)
1416Debug.Assert(context = ConstantContext.ParameterDefaultValue) 1442If context = ConstantContext.ParameterDefaultValue AndAlso 1460If context = ConstantContext.ParameterDefaultValue AndAlso conversionType.IsNullableType Then 1497(conversionType.IsReferenceType OrElse context = ConstantContext.ParameterDefaultValue) Then 1502If context = ConstantContext.ParameterDefaultValue Then