Beispiel #1
0
 public AddDestructuringToMessageTemplatePropertyFix([NotNull] AnonymousObjectDestructuringWarning error)
 {
     _range         = error.Range;
     _stringLiteral = error.StringLiteral;
     _namedProperty = error.NamedProperty;
 }
 public AddDestructuringToMessageTemplatePropertyFix([NotNull] AnonymousObjectDestructuringWarning error)
 {
     _tokenInformation = error.TokenInformation;
 }