30 instantiations of ContentEncodingNegotiationMatcherPolicy
Microsoft.AspNetCore.Routing.Tests (30)
Matching\ContentEncodingNegotiationMatcherPolicyTest.cs (30)
21var policy = new ContentEncodingNegotiationMatcherPolicy() as IEndpointSelectorPolicy; 39var policy = new ContentEncodingNegotiationMatcherPolicy() as IEndpointSelectorPolicy; 57var policy = new ContentEncodingNegotiationMatcherPolicy() as IEndpointSelectorPolicy; 75var policy = new ContentEncodingNegotiationMatcherPolicy(); 95var policy = new ContentEncodingNegotiationMatcherPolicy(); 115var policy = new ContentEncodingNegotiationMatcherPolicy(); 135var policy = new ContentEncodingNegotiationMatcherPolicy(); 155var policy = new ContentEncodingNegotiationMatcherPolicy(); 175var policy = new ContentEncodingNegotiationMatcherPolicy(); 194var policy = new ContentEncodingNegotiationMatcherPolicy(); 214var policy = new ContentEncodingNegotiationMatcherPolicy(); 236var policy = new ContentEncodingNegotiationMatcherPolicy(); 255var policy = new ContentEncodingNegotiationMatcherPolicy(); 274var policy = new ContentEncodingNegotiationMatcherPolicy(); 293var policy = new ContentEncodingNegotiationMatcherPolicy(); 312var policy = new ContentEncodingNegotiationMatcherPolicy(); 331var policy = new ContentEncodingNegotiationMatcherPolicy(); 349var policy = new ContentEncodingNegotiationMatcherPolicy(); 381var policy = new ContentEncodingNegotiationMatcherPolicy(); 426var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 443var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 462var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 480var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 498var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 516var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 534var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 552var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 570var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 588var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy; 606var policy = new ContentEncodingNegotiationMatcherPolicy() as INodeBuilderPolicy;
19 references to ContentEncodingNegotiationMatcherPolicy
Microsoft.AspNetCore.Routing (1)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
108services.TryAddEnumerable(ServiceDescriptor.Singleton<MatcherPolicy, ContentEncodingNegotiationMatcherPolicy>());
Microsoft.AspNetCore.Routing.Tests (18)
Matching\ContentEncodingNegotiationMatcherPolicyTest.cs (18)
75var policy = new ContentEncodingNegotiationMatcherPolicy(); 95var policy = new ContentEncodingNegotiationMatcherPolicy(); 115var policy = new ContentEncodingNegotiationMatcherPolicy(); 135var policy = new ContentEncodingNegotiationMatcherPolicy(); 155var policy = new ContentEncodingNegotiationMatcherPolicy(); 175var policy = new ContentEncodingNegotiationMatcherPolicy(); 194var policy = new ContentEncodingNegotiationMatcherPolicy(); 214var policy = new ContentEncodingNegotiationMatcherPolicy(); 236var policy = new ContentEncodingNegotiationMatcherPolicy(); 255var policy = new ContentEncodingNegotiationMatcherPolicy(); 274var policy = new ContentEncodingNegotiationMatcherPolicy(); 293var policy = new ContentEncodingNegotiationMatcherPolicy(); 312var policy = new ContentEncodingNegotiationMatcherPolicy(); 331var policy = new ContentEncodingNegotiationMatcherPolicy(); 349var policy = new ContentEncodingNegotiationMatcherPolicy(); 381var policy = new ContentEncodingNegotiationMatcherPolicy(); 619private static ContentEncodingNegotiationMatcherPolicy.NegotiationPolicyJumpTable CreateJumpTable(INodeBuilderPolicy policy, params Endpoint[] endpoints) 626return (ContentEncodingNegotiationMatcherPolicy.NegotiationPolicyJumpTable)table;