8 references to _asyncContextCurrent
Microsoft.Extensions.AsyncState (8)
AsyncState.cs (8)
30_asyncContextCurrent.Value = features; 35var holder = _asyncContextCurrent.Value; 56if (_asyncContextCurrent.Value?.Features == null) 63EnsureCount(_asyncContextCurrent.Value.Features, token.Index + 1); 65value = _asyncContextCurrent.Value.Features[token.Index]; 83if (_asyncContextCurrent.Value?.Features == null) 89EnsureCount(_asyncContextCurrent.Value.Features, token.Index + 1); 91_asyncContextCurrent.Value.Features[token.Index] = value;