Version Used:
main
Steps to Reproduce:
|
public ParameterSyntax Update(SyntaxList<AttributeListSyntax> attributeLists, SyntaxTokenList modifiers, TypeSyntax type, SyntaxToken identifier, EqualsValueClauseSyntax @default) |
|
{ |
|
return Update(attributeLists, modifiers, type, identifier, exclamationExclamationToken: default, @default); |
|
} |
Expected Behavior:
exclamationExclamationToken should be preserved.
cc @RikkiGibson
Version Used:
main
Steps to Reproduce:
roslyn/src/Compilers/CSharp/Portable/Syntax/ParameterSyntax.cs
Lines 21 to 24 in e60a474
Expected Behavior:
exclamationExclamationTokenshould be preserved.cc @RikkiGibson