Ejemplo n.º 1
0
 public static PropertyDeclarationSyntax ConvertPropertyExpressionToBodyAccessor(PropertyDeclarationSyntax property) =>
 propertyExpressionToBodyEngine.ConvertExpressionToBody(property);
Ejemplo n.º 2
0
 public static PropertyDeclarationSyntax ConvertPropertyExpressionToBodyAccessor(PropertyDeclarationSyntax property) =>
 propertyExpressionToBodyEngine.ConvertExpressionToBody(property).
 WithAdditionalAnnotations(new SyntaxAnnotation(MutationHelper));