File: Helpers\AddOpenApiOverloadVariant.cs
Web Access
Project: src\aspnetcore\src\OpenApi\gen\Microsoft.AspNetCore.OpenApi.SourceGenerators.csproj (Microsoft.AspNetCore.OpenApi.SourceGenerators)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Microsoft.AspNetCore.OpenApi.SourceGenerators;

internal enum AddOpenApiOverloadVariant
{
    AddOpenApi,
    AddOpenApiDocumentName,
    AddOpenApiDocumentNameConfigureOptions,
    AddOpenApiConfigureOptions,
    Unknown
}