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