3 instantiations of Attribute1
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
2579var @delegate = [Attribute1, Attribute2] () => { }; 2805var @delegate = [Attribute1, Attribute2] (AddsCustomParameterMetadata param1) => new CountsDefaultEndpointMetadataPoco(); 2861var @delegate = [Attribute1, Attribute2] (AddsCustomParameterMetadata param1) =>
1 reference to Attribute1
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.Metadata.cs (1)
526m is not Attribute1 &&