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