1 write to _defaultValue
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
371
_defaultValue
= defaultValue;
1 reference to _defaultValue
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
417
internal override ConstantValue? ExplicitDefaultConstantValue =>
_defaultValue
;