8 references to _asyncContextCurrent
Microsoft.Extensions.AsyncState (8)
AsyncState.cs (8)
30_asyncContextCurrent.Value = features; 35var holder = _asyncContextCurrent.Value; 55if (_asyncContextCurrent.Value?.Features == null) 61EnsureCount(_asyncContextCurrent.Value.Features, token.Index + 1); 63value = _asyncContextCurrent.Value.Features[token.Index]; 80if (_asyncContextCurrent.Value?.Features == null) 85EnsureCount(_asyncContextCurrent.Value.Features, token.Index + 1); 87_asyncContextCurrent.Value.Features[token.Index] = value;