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