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