Base:
property
ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.ExplicitDefaultConstantValue
1 override of ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
388internal override ConstantValue? ExplicitDefaultConstantValue => _baseParameterForAttributes?.ExplicitDefaultConstantValue ?? _defaultValue;
2 references to ExplicitDefaultConstantValue
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (2)
70get { return ExplicitDefaultConstantValue != null; } 194var defaultValue = this.ExplicitDefaultConstantValue;