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