Base:
property
ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.ExplicitDefaultConstantValue
4 references to ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
798
ExplicitDefaultConstantValue
.IsDecimal: true,
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1500
_ = this.
ExplicitDefaultConstantValue
;
Symbols\Synthesized\SynthesizedParameterSymbol.cs (2)
340
Debug.Assert(baseParameterForAttributes is null || baseParameterForAttributes.
ExplicitDefaultConstantValue
== defaultValue);
388
internal override ConstantValue? ExplicitDefaultConstantValue => _baseParameterForAttributes?.
ExplicitDefaultConstantValue
?? _defaultValue;