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)
79object IParameterSymbol.ExplicitDefaultValue => _underlying.ExplicitDefaultValue;