1 implementation of Initialize
Microsoft.Extensions.AsyncState (1)
AsyncState.cs (1)
19
public void
Initialize
()
3 references to Initialize
Microsoft.AspNetCore.AsyncState.Tests (2)
AsyncContextHttpContextOfTTests.cs (2)
85
_asyncState.
Initialize
();
98
_asyncState.
Initialize
();
Microsoft.Extensions.AsyncState.Tests (1)
AsyncStateTests.cs (1)
258
services.GetRequiredService<IAsyncState>().
Initialize
();