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