2 writes to State
Microsoft.AspNetCore.Mvc.Core (1)
Routing\DynamicControllerEndpointMatcherPolicy.cs (1)
98
transformer.
State
= transformerMetadata.State;
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
99
transformer.
State
= transformerMetadata.State;
5 references to State
Microsoft.AspNetCore.Mvc.Core (4)
Routing\DynamicControllerEndpointMatcherPolicy.cs (1)
94
if (transformer.
State
!= null)
Routing\DynamicRouteValueTransformer.cs (3)
31
/// <item><description><see cref="
State
" /> is set</description></item>
42
/// lifetime. Implementations that make use of <see cref="
State
" /> must be registered as transient.
51
/// Implementations that make use of <see cref="
State
" /> must be registered as transient with the service
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (1)
95
if (transformer.
State
!= null)