5 references to OnStarting
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
251
OnStarting
(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);