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); 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;