1 implementation of Get
Microsoft.Extensions.AsyncState (1)
AsyncState.cs (1)
69public object? Get(AsyncStateToken token)
1 reference to Get
Microsoft.Extensions.AsyncState (1)
AsyncContext.cs (1)
21public T? Get() => (T?)_state.Get(_token);