3 writes to _index
Microsoft.AspNetCore.Mvc.Core (3)
Filters\FilterCursor.cs (3)
34
_index
= 0;
39
_index
= 0;
51
_index
+= 1;
3 references to _index
Microsoft.AspNetCore.Mvc.Core (3)
Filters\FilterCursor.cs (3)
46
while (
_index
< _filters.Length)
48
var filter = _filters[
_index
] as TFilter;
49
var filterAsync = _filters[
_index
] as TFilterAsync;