Ejemplo n.º 1
0
 public static IEnumerable <InputDocument> GetInputDocuments(this GeneratorExecutionContext context)
 {
     return(context.GetSyntaxTrees().Select(syntaxTree
                                            => GetInputDocument(syntaxTree, context.GetSemanticModel(syntaxTree))));
 }