Base:
property
DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.SourceParameterSymbolBase.DefaultValueFromAttributes
5 references to DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
2343DefaultValueFromAttributes: ConstantValue.NotAvailable
Symbols\Source\SourceComplexParameterSymbol.cs (3)
105return DefaultSyntaxValue ?? DefaultValueFromAttributes; 273DefaultValueFromAttributes == ConstantValue.NotAvailable) 332var defaultValue = DefaultValueFromAttributes;
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
414internal override ConstantValue? DefaultValueFromAttributes => _baseParameterForAttributes?.DefaultValueFromAttributes;