2 writes to ActionConstraints
Microsoft.AspNetCore.Mvc.Core (2)
ActionConstraints\ActionConstraintCache.cs (2)
185
ActionConstraints
= actionConstraints;
192
ActionConstraints
= null;
3 references to ActionConstraints
Microsoft.AspNetCore.Mvc.Core (3)
ActionConstraints\ActionConstraintCache.cs (3)
95
Debug.Assert(entry.
ActionConstraints
!= null || entry.Items != null);
97
if (entry.
ActionConstraints
!= null)
99
return entry.
ActionConstraints
;