5 references to OnStarting
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
251OnStarting(callback, state);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
Http1ReadingBenchmark.cs (2)
77_http1Connection.OnStarting(_syncTaskFunc, null); 80_http1Connection.OnStarting(_pseudoAsyncTaskFunc, null);
Http1WritingBenchmark.cs (2)
82_http1Connection.OnStarting(_syncTaskFunc, null); 85_http1Connection.OnStarting(_pseudoAsyncTaskFunc, null);