2 references to _startedSource
Microsoft.AspNetCore.Http.Connections.Tests (2)
ApplicationLifetime.cs (2)
16
public CancellationToken ApplicationStarted =>
_startedSource
.Token;
29
_startedSource
.Cancel(throwOnFirstException: false);