2 references to ExplicitDefaultValue
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ParameterSymbol.cs (1)
194
/// The default value can be obtained with <see cref="
ExplicitDefaultValue
"/> property.
Symbols\PublicModel\ParameterSymbol.cs (1)
79
object IParameterSymbol.ExplicitDefaultValue => _underlying.
ExplicitDefaultValue
;