1 write to _transportConnection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
26
_transportConnection
= connectionContext;
2 references to _transportConnection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelConnectionOfT.cs (2)
34
public override BaseConnectionContext TransportConnection =>
_transportConnection
;
43
var connectionContext =
_transportConnection
;