# SourceFilePatterns

Property in [Project](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.project)

## Summary

Gets or sets the collection of file search patterns used to locate Yarn files that form this project.

```csharp
public IEnumerable<string> SourceFilePatterns { get; set; }
```
