10 instantiations of SuppressMatchingMetadata
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ActionEndpointFactory.cs (2)
223new SuppressMatchingMetadata(), 443builder.Metadata.Add(new SuppressMatchingMetadata());
Microsoft.AspNetCore.Routing.Tests (8)
Internal\DfaGraphWriterTest.cs (1)
49new EndpointMetadataCollection(new SuppressMatchingMetadata()),
LinkGeneratorIntegrationTest.cs (4)
93metadata: new object[] { new SuppressMatchingMetadata(), }), 123metadata: new object[] { new SuppressMatchingMetadata(), }), 133metadata: new object[] { new SuppressMatchingMetadata(), new RouteNameMetadata("custom"), }), 143metadata: new object[] { new SuppressMatchingMetadata(), new RouteNameMetadata("custom2"), }),
Matching\DataSourceDependentMatcherTest.cs (2)
106new EndpointMetadataCollection(new SuppressMatchingMetadata()), 128new EndpointMetadataCollection(new SuppressMatchingMetadata(), new EncourageMatchingMetadata()),
MetadataTest.cs (1)
94var metadata = new SuppressMatchingMetadata();
2 references to SuppressMatchingMetadata
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\EndpointMetadataProviderTest.cs (1)
226if (endpoint.Metadata is not [SuppressMatchingMetadata, ..])
Microsoft.AspNetCore.Routing.Tests (1)
MetadataTest.cs (1)
94var metadata = new SuppressMatchingMetadata();