Base:
property
DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.DefaultValueFromAttributes
4 references to DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
2330
DefaultValueFromAttributes
: ConstantValue.NotAvailable
Symbols\Source\SourceComplexParameterSymbol.cs (3)
108
return DefaultSyntaxValue ??
DefaultValueFromAttributes
;
279
DefaultValueFromAttributes
== ConstantValue.NotAvailable)
338
var defaultValue =
DefaultValueFromAttributes
;