3 overrides of DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceClonedParameterSymbol.cs (1)
81internal override ConstantValue DefaultValueFromAttributes
Symbols\Source\SourceComplexParameterSymbol.cs (1)
108internal sealed override ConstantValue DefaultValueFromAttributes
Symbols\Source\SourceSimpleParameterSymbol.cs (1)
155internal override ConstantValue DefaultValueFromAttributes
3 references to DefaultValueFromAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceClonedParameterSymbol.cs (2)
77return _suppressOptional ? _originalParam.DefaultValueFromAttributes : _originalParam.ExplicitDefaultConstantValue; 83get { return _originalParam.DefaultValueFromAttributes; }
Symbols\Source\SourceParameterSymbolBase.cs (1)
88DefaultValueFromAttributes == ConstantValue.NotAvailable)