3 references to Property
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (1)
3431builder.Metadata.Add(new CustomEndpointMetadata { Source = MetadataSource.Property });
RequestDelegateGenerator\RequestDelegateCreationTests.Metadata.cs (1)
562Assert.Contains(endpoint.Metadata, m => m is CustomEndpointMetadata { Source: MetadataSource.Property });
RequestDelegateGenerator\SharedTypes.cs (1)
614builder.Metadata.Add(new CustomEndpointMetadata { Source = MetadataSource.Property });