1 write to DocumentName
Microsoft.AspNetCore.OpenApi (1)
Extensions\OpenApiServiceCollectionExtensions.cs (1)
149=> options.DocumentName = name ?? throw new UnreachableException();
1 reference to DocumentName
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiOptions.cs (1)
32ShouldInclude = (description) => description.GroupName == null || string.Equals(description.GroupName, DocumentName, StringComparison.OrdinalIgnoreCase);