# AtsContext Constructors

- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Type: [AtsContext](/reference/api/csharp/aspire.typesystem/atscontext.md)
- Kind: `Constructors`
- Members: `1`

Contains all scanned types, capabilities, and metadata from ATS assembly scanning.

## AtsContext

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.TypeSystem/AtsContext.cs#L84-L99)

```csharp
public sealed class AtsContext
{
    public AtsContext()
    {
        // ...
    }
}
```
