1 implementation of ISuppressMatchingMetadata
Microsoft.AspNetCore.Routing (1)
SuppressMatchingMetadata.cs (1)
14public sealed class SuppressMatchingMetadata : ISuppressMatchingMetadata
2 references to ISuppressMatchingMetadata
Microsoft.AspNetCore.Routing (2)
Internal\DfaGraphWriter.cs (1)
47if (endpoints[i] is RouteEndpoint endpoint && (endpoint.Metadata.GetMetadata<ISuppressMatchingMetadata>()?.SuppressMatching ?? false) == false)
Matching\DataSourceDependentMatcher.cs (1)
64if (endpoint.Metadata.GetMetadata<ISuppressMatchingMetadata>()?.SuppressMatching != true)