2 writes to Features
Microsoft.Extensions.AsyncState (2)
AsyncState.cs (2)
27Features = _featuresPool.Get() 42holder.Features = null;
8 references to Features
Microsoft.Extensions.AsyncState (8)
AsyncState.cs (8)
39if (holder.Features != null) 41_featuresPool.Return(holder.Features); 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;