> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.compiler/yarn.compiler.declaration/yarn.compiler.declaration.sourcefileline.md).

# SourceFileLine

Property in [Declaration](/3.1/api/csharp/yarn.compiler/yarn.compiler.declaration.md)

## Summary

Gets the line number at which this Declaration was found in the source file.

```csharp
public int SourceFileLine { get }
```

## Remarks

If this [Declaration](/3.1/api/csharp/yarn.compiler/yarn.compiler.declaration.md) was not found in a Yarn source file, this will be -1.
