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