Base:
property
DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.SourceParameterSymbolBase.DefaultValueFromAttributes
5 references to DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
799DefaultValueFromAttributes: ConstantValue.NotAvailable
Symbols\Source\SourceComplexParameterSymbol.cs (3)
98return DefaultSyntaxValue ?? DefaultValueFromAttributes; 265DefaultValueFromAttributes == ConstantValue.NotAvailable) 324var defaultValue = DefaultValueFromAttributes;
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
390internal override ConstantValue? DefaultValueFromAttributes => _baseParameterForAttributes?.DefaultValueFromAttributes;