1 write to DefaultValue
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\Parameter.cs (1)
46
DefaultValue
= defaultValue;
1 reference to DefaultValue
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\Parameter.cs (1)
71
public override bool HasDefaultValue => !string.IsNullOrWhiteSpace(
DefaultValue
);