Example #1
0
 public static T ConvertExpressionToBody <T>(T method) where T : BaseMethodDeclarationSyntax =>
 expressionMethodEngine.ConvertToBody(method)
 .WithAdditionalAnnotations(new SyntaxAnnotation(MutationHelper));
Example #2
0
 public static T ConvertExpressionToBody <T>(T method) where T : BaseMethodDeclarationSyntax =>
 expressionMethodEngine.ConvertToBody(method);