예제 #1
0
 public static PropertyDeclarationSyntax ConvertPropertyExpressionToBodyAccessor(PropertyDeclarationSyntax property) =>
 propertyExpressionToBodyEngine.ConvertExpressionToBody(property);
 public static PropertyDeclarationSyntax ConvertPropertyExpressionToBodyAccessor(PropertyDeclarationSyntax property) =>
 propertyExpressionToBodyEngine.ConvertExpressionToBody(property).
 WithAdditionalAnnotations(new SyntaxAnnotation(MutationHelper));