1 write to Index
Microsoft.Extensions.AsyncState (1)
AsyncStateToken.cs (1)
15
Index
= index;
7 references to Index
Microsoft.Extensions.AsyncState (7)
AsyncState.cs (4)
63
EnsureCount(_asyncContextCurrent.Value.Features, token.
Index
+ 1);
65
value = _asyncContextCurrent.Value.Features[token.
Index
];
89
EnsureCount(_asyncContextCurrent.Value.Features, token.
Index
+ 1);
91
_asyncContextCurrent.Value.Features[token.
Index
] = value;
AsyncStateToken.cs (3)
37
return
Index
== other.
Index
;
46
return
Index
.GetHashCode();