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