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