3 instantiations of Attribute1
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 Attribute1
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.Metadata.cs (1)
526
m is not
Attribute1
&&