Base:
property
DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.SourceParameterSymbolBase.DefaultValueFromAttributes
5 references to DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
2331DefaultValueFromAttributes: ConstantValue.NotAvailable
Symbols\Source\SourceComplexParameterSymbol.cs (3)
104return DefaultSyntaxValue ?? DefaultValueFromAttributes; 271DefaultValueFromAttributes == ConstantValue.NotAvailable) 330var defaultValue = DefaultValueFromAttributes;
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
412internal override ConstantValue? DefaultValueFromAttributes => _baseParameterForAttributes?.DefaultValueFromAttributes;