# allReferences

> Returns Assembly.assemblyReferences and Assembly.compiledAssemblyReferences combined. This returns all assemblies that are passed to the compiler when building this assembly,.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Compilation](/engine/6000.7/script-reference/unityeditor/compilation.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public string[] allReferences { get; }
```
