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