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