1 write to ShouldInclude
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiOptions.cs (1)
32ShouldInclude = (description) => description.GroupName == null || string.Equals(description.GroupName, DocumentName, StringComparison.OrdinalIgnoreCase);
3 references to ShouldInclude
Microsoft.AspNetCore.OpenApi (3)
Services\OpenApiDocumentService.cs (1)
252.Where(_options.ShouldInclude)
Services\OpenApiOptions.cs (1)
28/// with the default <see cref="ShouldInclude"/> predicate.
Transformers\OpenApiDocumentTransformerContext.cs (1)
34/// in this document, use <see cref="OpenApiOptions.ShouldInclude"/> to filter the descriptions.