# WorkspaceRootPlaceholder

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

## Summary

A placeholder string that represents the location of the workspace root in paths.

```csharp
public const string WorkspaceRootPlaceholder = "${workspaceRoot}";
```
