2 writes to _index
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
MemberExpressionCacheKey.cs (2)
58
_index
= -1;
67
_index
++;
2 references to _index
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
MemberExpressionCacheKey.cs (2)
68
if (
_index
>= _members.Length)
73
Current = _members[
_index
];