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