2 writes to Features
Microsoft.Extensions.AsyncState (2)
AsyncState.cs (2)
27
Features
= _featuresPool.Get()
42
holder.
Features
= null;
8 references to Features
Microsoft.Extensions.AsyncState (8)
AsyncState.cs (8)
39
if (holder.
Features
!= null)
41
_featuresPool.Return(holder.
Features
);
56
if (_asyncContextCurrent.Value?.
Features
== null)
63
EnsureCount(_asyncContextCurrent.Value.
Features
, token.Index + 1);
65
value = _asyncContextCurrent.Value.
Features
[token.Index];
83
if (_asyncContextCurrent.Value?.
Features
== null)
89
EnsureCount(_asyncContextCurrent.Value.
Features
, token.Index + 1);
91
_asyncContextCurrent.Value.
Features
[token.Index] = value;