2 writes to IsReusable
Microsoft.AspNetCore.Mvc.Core (2)
ActionConstraints\DefaultActionConstraintProvider.cs (2)
46
item.
IsReusable
= true;
53
item.
IsReusable
= factory.IsReusable;
2 references to IsReusable
Microsoft.AspNetCore.Mvc.Core (2)
ActionConstraints\ActionConstraintCache.cs (2)
73
if (!item.
IsReusable
)
106
if (item.
IsReusable
)