1 implementation of Initialize
Microsoft.Extensions.AsyncState (1)
AsyncState.cs (1)
19public 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)
258services.GetRequiredService<IAsyncState>().Initialize();