# GetAllIssues()

> Gets a read-only collection of all of the ProjectIssues included in the report.

## Definition

* **Type:** Method
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.7/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

```csharp
public IReadOnlyCollection<ReportItem> GetAllIssues()
```

### Returns

| Type                                                                                                                        | Description                  |
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| [IReadOnlyCollection\<ReportItem>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1) | All the issues in the report |
