1 implementation of Set
Microsoft.Extensions.AsyncState (1)
AsyncState.cs (1)
79
public void
Set
(AsyncStateToken token, object? value)
1 reference to Set
Microsoft.Extensions.AsyncState (1)
AsyncContext.cs (1)
22
public void Set(T? context) => _state.
Set
(_token, context);