Gets the collection of Yarn files that should be used to compile the project.
public IEnumerable<string> SourceFiles{ get; }
Remarks
This collection uses a Yarn.Compiler.Project.Matcher to find all files specified by SourceFilePatterns , excluding those that are specified by ExcludeFilePatterns .